Package org.apache.juneau.oapi
Interface OpenApiMetaProvider
- All Known Implementing Classes:
OpenApiParser,OpenApiSerializer
public interface OpenApiMetaProvider
-
Method Summary
Modifier and TypeMethodDescriptionReturns the language-specific metadata on the specified bean property.getOpenApiClassMeta(ClassMeta<?> cm) Returns the language-specific metadata on the specified class.
-
Method Details
-
getOpenApiBeanPropertyMeta
Returns the language-specific metadata on the specified bean property.- Parameters:
bpm- The bean property to return the metadata on.- Returns:
- The metadata.
-
getOpenApiClassMeta
Returns the language-specific metadata on the specified class.- Parameters:
cm- The class to return the metadata on.- Returns:
- The metadata.
-