Package org.apache.juneau.oapi
Class OpenApiBeanPropertyMeta
java.lang.Object
org.apache.juneau.ExtendedMeta
org.apache.juneau.ExtendedBeanPropertyMeta
org.apache.juneau.oapi.OpenApiBeanPropertyMeta
Metadata on bean properties specific to the OpenAPI serializers and parsers pulled from the
@OpenApi
annotation on the bean property.
See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionConstructor. -
Method Summary
Methods inherited from class org.apache.juneau.ExtendedBeanPropertyMeta
getBeanPropertyMeta
-
Field Details
-
DEFAULT
Default instance.
-
-
Constructor Details
-
OpenApiBeanPropertyMeta
Constructor.- Parameters:
bpm
- The metadata of the bean property of this additional metadata.mp
- OpenApi metadata provider (for finding information about other artifacts).
-