Uses of Package
org.apache.juneau.oapi
Packages that use org.apache.juneau.oapi
Package
Description
-
Classes in org.apache.juneau.oapi used by org.apache.juneau.marshallerClassDescriptionOpenAPI part parser.Serializes POJOs to values suitable for transmission as HTTP headers, query/form-data parameters, and path variables.
-
Classes in org.apache.juneau.oapi used by org.apache.juneau.oapiClassDescriptionMetadata on bean properties specific to the OpenAPI serializers and parsers pulled from the
@OpenApi
annotation on the bean property.Metadata on classes specific to the OpenApi serializers and parsers pulled from the@OpenApi
annotation on the class.Interface for providing access toOpenApiClassMeta
andOpenApiBeanPropertyMeta
objects.OpenAPI part parser.Builder class.Session object that lives for the duration of a single use ofOpenApiParser
.Builder class.Serializes POJOs to values suitable for transmission as HTTP headers, query/form-data parameters, and path variables.Builder class.Session object that lives for the duration of a single use ofOpenApiSerializer
.Builder class. -
Classes in org.apache.juneau.oapi used by org.apache.juneau.oapi.annotation