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 Summary
Modifier and TypeInterfaceDescriptionstatic interface
Represents the absence of a bean definition mapper class. -
Method Summary
-
Method Details
-
getId
Returns the ID for the specified class.- Parameters:
cm
- The class.- Returns:
- The ID for the specified class.
-
getURI
Returns the URI for the specified class.- Parameters:
cm
- The class.- Returns:
- The URI for the specified class.
-
getURI
Returns the URI for the specified class by its ID.- Parameters:
id
- The class ID.- Returns:
- The URI for the specified class.
-