Package org.apache.juneau.uon
Interface UonMetaProvider
- All Known Implementing Classes:
OpenApiParser,OpenApiSerializer,UonParser,UonParser.Decoding,UonSerializer,UonSerializer.Encoding,UonSerializer.Readable,UrlEncodingParser,UrlEncodingSerializer,UrlEncodingSerializer.Expanded,UrlEncodingSerializer.PlainText,UrlEncodingSerializer.Readable
public interface UonMetaProvider
-
Method Summary
Modifier and TypeMethodDescriptionReturns the language-specific metadata on the specified bean property.getUonClassMeta(ClassMeta<?> cm) Returns the language-specific metadata on the specified class.
-
Method Details
-
getUonBeanPropertyMeta
Returns the language-specific metadata on the specified bean property.- Parameters:
bpm- The bean property to return the metadata on.- Returns:
- The metadata.
-
getUonClassMeta
Returns the language-specific metadata on the specified class.- Parameters:
cm- The class to return the metadata on.- Returns:
- The metadata.
-