Uses of Package
org.eclipse.microprofile.openapi.annotations
-
Packages that use org.eclipse.microprofile.openapi.annotations Package Description org.eclipse.microprofile.openapi.annotations A set of annotations, many derived from Swagger Core library.org.eclipse.microprofile.openapi.annotations.callbacks A set of annotations to represent callback URL or an array of relevant callback URLs that can be invoked for a particular HTTP operation as well as the HTTP operation that will be invoked with the callback.org.eclipse.microprofile.openapi.annotations.media A set of annotations to represent input and output data type, media type and relevant examples.org.eclipse.microprofile.openapi.annotations.tags A set of annotations to represent a tag for an API endpoint and a container that encapsulates multiple such tags. -
Classes in org.eclipse.microprofile.openapi.annotations used by org.eclipse.microprofile.openapi.annotations Class Description Components Describes the Components object that holds various reusable objects for different aspects of the OpenAPI Specification (OAS).ExternalDocumentation This annotation allows referencing an external resource for extended documentation.PathItem Describes a set of operations available on a single path.PathItemOperation Describes an Operation -
Classes in org.eclipse.microprofile.openapi.annotations used by org.eclipse.microprofile.openapi.annotations.callbacks Class Description ExternalDocumentation This annotation allows referencing an external resource for extended documentation. -
Classes in org.eclipse.microprofile.openapi.annotations used by org.eclipse.microprofile.openapi.annotations.media Class Description ExternalDocumentation This annotation allows referencing an external resource for extended documentation. -
Classes in org.eclipse.microprofile.openapi.annotations used by org.eclipse.microprofile.openapi.annotations.tags Class Description ExternalDocumentation This annotation allows referencing an external resource for extended documentation.