Package org.apache.juneau.msgpack
Interface MsgPackMetaProvider
- All Superinterfaces:
AnnotationProvider
- All Known Implementing Classes:
MsgPackParser,MsgPackParser.Base64,MsgPackParser.SpacedHex,MsgPackSerializer,MsgPackSerializer.Base64,MsgPackSerializer.SpacedHex
-
Field Summary
Fields inherited from interface org.apache.juneau.AnnotationProvider
DEFAULT, DISABLE_ANNOTATION_CACHING -
Method Summary
Modifier and TypeMethodDescriptionReturns the language-specific metadata on the specified bean property.getMsgPackClassMeta(ClassMeta<?> cm) Returns the language-specific metadata on the specified class.Methods inherited from interface org.apache.juneau.AnnotationProvider
firstAnnotation, firstAnnotation, firstAnnotation, firstAnnotation, firstDeclaredAnnotation, forEachAnnotation, forEachAnnotation, forEachAnnotation, forEachAnnotation, forEachDeclaredAnnotation, lastAnnotation, lastAnnotation, lastAnnotation, lastAnnotation, lastDeclaredAnnotation
-
Method Details
-
getMsgPackClassMeta
Returns the language-specific metadata on the specified class.- Parameters:
cm- The class to return the metadata on.- Returns:
- The metadata.
-
getMsgPackBeanPropertyMeta
Returns the language-specific metadata on the specified bean property.- Parameters:
bpm- The bean property to return the metadata on.- Returns:
- The metadata.
-