Package org.apache.juneau.json
Interface JsonMetaProvider
- All Known Implementing Classes:
Json5Parser,Json5Serializer,Json5Serializer.Readable,JsonParser,JsonParser.Strict,JsonSchemaSerializer,JsonSchemaSerializer.Readable,JsonSchemaSerializer.Simple,JsonSchemaSerializer.SimpleReadable,JsonSerializer,JsonSerializer.Readable,JsonSerializer.ReadableSafe
public interface JsonMetaProvider
-
Method Summary
Modifier and TypeMethodDescriptionReturns the language-specific metadata on the specified bean property.getJsonClassMeta(ClassMeta<?> cm) Returns the language-specific metadata on the specified class.
-
Method Details
-
getJsonBeanPropertyMeta
Returns the language-specific metadata on the specified bean property.- Parameters:
bpm- The bean property to return the metadata on.- Returns:
- The metadata.
-
getJsonClassMeta
Returns the language-specific metadata on the specified class.- Parameters:
cm- The class to return the metadata on.- Returns:
- The metadata.
-