Package org.apache.juneau.jsonschema
Interface BeanDefMapper
- All Known Subinterfaces:
- BeanDefMapper.Void
- All Known Implementing Classes:
- BasicBeanDefMapper
public interface BeanDefMapper
Interface used to retrieve identifiers and URIs for bean classes.
 
See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceRepresents the absence of a bean definition mapper class.
- 
Method Summary
- 
Method Details- 
getIdReturns the ID for the specified class.- Parameters:
- cm- The class.
- Returns:
- The ID for the specified class.
 
- 
getURIReturns the URI for the specified class.- Parameters:
- cm- The class.
- Returns:
- The URI for the specified class.
 
- 
getURIReturns the URI for the specified class by its ID.- Parameters:
- id- The class ID.
- Returns:
- The URI for the specified class.
 
 
-