Package org.apache.juneau.plaintext
Interface PlainTextMetaProvider
- All Known Implementing Classes:
PlainTextParser,PlainTextSerializer
public interface PlainTextMetaProvider
Interface for providing access to
PlainTextClassMeta and PlainTextBeanPropertyMeta objects.-
Method Summary
Modifier and TypeMethodDescriptionReturns the language-specific metadata on the specified bean property.getPlainTextClassMeta(ClassMeta<?> cm) Returns the language-specific metadata on the specified class.
-
Method Details
-
getPlainTextBeanPropertyMeta
Returns the language-specific metadata on the specified bean property.- Parameters:
bpm- The bean property to return the metadata on.- Returns:
- The metadata.
-
getPlainTextClassMeta
Returns the language-specific metadata on the specified class.- Parameters:
cm- The class to return the metadata on.- Returns:
- The metadata.
-