Uses of Interface
org.eclipse.microprofile.openapi.models.Reference
Packages that use Reference
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.
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.
-
Uses of Reference in org.eclipse.microprofile.openapi.models
Classes in org.eclipse.microprofile.openapi.models with type parameters of type ReferenceModifier and TypeInterfaceDescriptioninterfaceBase interface for OpenAPI model objects that can make reference to other objects.Subinterfaces of Reference in org.eclipse.microprofile.openapi.models -
Uses of Reference in org.eclipse.microprofile.openapi.models.callbacks
Subinterfaces of Reference in org.eclipse.microprofile.openapi.models.callbacks -
Uses of Reference in org.eclipse.microprofile.openapi.models.examples
Subinterfaces of Reference in org.eclipse.microprofile.openapi.models.examples -
Uses of Reference in org.eclipse.microprofile.openapi.models.headers
Subinterfaces of Reference in org.eclipse.microprofile.openapi.models.headers -
Uses of Reference in org.eclipse.microprofile.openapi.models.links
Subinterfaces of Reference in org.eclipse.microprofile.openapi.models.links -
Uses of Reference in org.eclipse.microprofile.openapi.models.media
Subinterfaces of Reference in org.eclipse.microprofile.openapi.models.mediaModifier and TypeInterfaceDescriptioninterfaceThe Schema Object allows the definition of input and output data types. -
Uses of Reference in org.eclipse.microprofile.openapi.models.parameters
Subinterfaces of Reference 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 Reference in org.eclipse.microprofile.openapi.models.responses
Subinterfaces of Reference 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. -
Uses of Reference in org.eclipse.microprofile.openapi.models.security
Subinterfaces of Reference in org.eclipse.microprofile.openapi.models.security