Package org.apache.juneau.plaintext
Interface PlainTextMetaProvider
- All Superinterfaces:
- AnnotationProvider
- All Known Implementing Classes:
- PlainTextParser,- PlainTextSerializer
Interface for providing access to 
PlainTextClassMeta and PlainTextBeanPropertyMeta objects.
 See Also:
- 
Field SummaryFields inherited from interface org.apache.juneau.AnnotationProviderDEFAULT, DISABLE_ANNOTATION_CACHING
- 
Method SummaryModifier and TypeMethodDescriptionReturns the language-specific metadata on the specified bean property.getPlainTextClassMeta(ClassMeta<?> cm) Returns the language-specific metadata on the specified class.Methods inherited from interface org.apache.juneau.AnnotationProviderfirstAnnotation, firstAnnotation, firstAnnotation, firstAnnotation, firstDeclaredAnnotation, forEachAnnotation, forEachAnnotation, forEachAnnotation, forEachAnnotation, forEachDeclaredAnnotation, lastAnnotation, lastAnnotation, lastAnnotation, lastAnnotation, lastDeclaredAnnotation
- 
Method Details- 
getPlainTextClassMetaReturns the language-specific metadata on the specified class.- Parameters:
- cm- The class to return the metadata on.
- Returns:
- The metadata.
 
- 
getPlainTextBeanPropertyMetaReturns the language-specific metadata on the specified bean property.- Parameters:
- bpm- The bean property to return the metadata on.
- Returns:
- The metadata.
 
 
-