Uses of Interface
org.eclipse.microprofile.openapi.models.Extensible
Packages that use Extensible
Package
Description
A set of interfaces for programmable models and their helper classes, many derived from Swagger Core library.
An interface to represent callback URL.
An interface to represent a programmable model of an example of a data type or a media type.
An interface of a programmable model to represent a single header object.
A set of interfaces of programmable models to represent metadata about the API, including license information and
contact information of the exposed API.
An interface of a model to represent a design-time link for a response.
A set of interfaces for programmable models to represent input and output data types and media types.
A set of model interfaces to describe operation parameters and operation's request body.
Model interfaces to describe a single response from an API operation, and an annotation to encapsulate multiple
responses from an API operation.
A set of model interfaces to represent various security components of an OpenAPI app.
Model interfaces to represent servers used for a single API operation or for all operations in an OpenAPI document,
as well as a way to represent variables for server URL template substitution.
Model interface to represent a tag of an API endpoint.
-
Uses of Extensible in org.eclipse.microprofile.openapi.models
Classes in org.eclipse.microprofile.openapi.models with type parameters of type ExtensibleModifier and TypeInterfaceDescriptioninterfaceExtensible<T extends Extensible<T>>The base interface for OpenAPI model objects that can contain extensions.Subinterfaces of Extensible in org.eclipse.microprofile.openapi.modelsModifier and TypeInterfaceDescriptioninterfaceComponentsinterfaceExternalDocumentationinterfaceOpenAPIinterfaceOperationinterfacePathIteminterfacePaths -
Uses of Extensible in org.eclipse.microprofile.openapi.models.callbacks
Subinterfaces of Extensible in org.eclipse.microprofile.openapi.models.callbacks -
Uses of Extensible in org.eclipse.microprofile.openapi.models.examples
Subinterfaces of Extensible in org.eclipse.microprofile.openapi.models.examples -
Uses of Extensible in org.eclipse.microprofile.openapi.models.headers
Subinterfaces of Extensible in org.eclipse.microprofile.openapi.models.headers -
Uses of Extensible in org.eclipse.microprofile.openapi.models.info
Subinterfaces of Extensible in org.eclipse.microprofile.openapi.models.info -
Uses of Extensible in org.eclipse.microprofile.openapi.models.links
Subinterfaces of Extensible in org.eclipse.microprofile.openapi.models.links -
Uses of Extensible in org.eclipse.microprofile.openapi.models.media
Subinterfaces of Extensible in org.eclipse.microprofile.openapi.models.media -
Uses of Extensible in org.eclipse.microprofile.openapi.models.parameters
Subinterfaces of Extensible in org.eclipse.microprofile.openapi.models.parametersModifier and TypeInterfaceDescriptioninterfaceParameterinterfaceThis interface represents the request body of an operation in which body parameters can be specified. -
Uses of Extensible in org.eclipse.microprofile.openapi.models.responses
Subinterfaces of Extensible in org.eclipse.microprofile.openapi.models.responsesModifier and TypeInterfaceDescriptioninterfaceThis interface represents a single response from an API Operation, including design-time, static links to operations based on the response.interfaceThis interface represents the container for the expected responses of an operation. -
Uses of Extensible in org.eclipse.microprofile.openapi.models.security
Subinterfaces of Extensible in org.eclipse.microprofile.openapi.models.securityModifier and TypeInterfaceDescriptioninterfaceConfiguration details for a supportde OAuthFlowinterfaceConfiguration of the supported OAuthFlowsinterfaceSecurityScheme -
Uses of Extensible in org.eclipse.microprofile.openapi.models.servers
Subinterfaces of Extensible in org.eclipse.microprofile.openapi.models.serversModifier and TypeInterfaceDescriptioninterfaceAn object representing a server.interfaceAn object representing a Server Variable for server URL template substitution. -
Uses of Extensible in org.eclipse.microprofile.openapi.models.tags
Subinterfaces of Extensible in org.eclipse.microprofile.openapi.models.tags