Uses of Class
org.eclipse.microprofile.openapi.annotations.extensions.Extension
-
Packages that use Extension 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.extensions Annotations to represent additional data to extend existing OpenAPI specifications.org.eclipse.microprofile.openapi.annotations.headers An annotation to describe a single header object.org.eclipse.microprofile.openapi.annotations.info A set of annotations to represent metadata about the API, including license information and contact information of the exposed API.org.eclipse.microprofile.openapi.annotations.links Annotations to represent a design-time link for a response and the corresponding parameter to be passed to the linked operation.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.parameters A set of annotations to describe and encapsulate operation parameters and operation's request body.org.eclipse.microprofile.openapi.annotations.responses Contains annotation to describe a single response from an API operation, and an annotation to encapsulate multiple responses from an API operation.org.eclipse.microprofile.openapi.annotations.security A set of annotations to represent various security components of an OpenAPI app.org.eclipse.microprofile.openapi.annotations.servers Annotations 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.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. -
-
Uses of Extension in org.eclipse.microprofile.openapi.annotations
Methods in org.eclipse.microprofile.openapi.annotations that return Extension Modifier and Type Method Description Extension[]extensions()List of extensions to be added to theComponentsmodel corresponding to the containing annotation.Extension[]extensions()List of extensions to be added to theExternalDocumentationmodel corresponding to the containing annotation.Extension[]extensions()List of extensions to be added to theOpenAPImodel corresponding to the containing annotation.Extension[]extensions()List of extensions to be added to theOperationmodel corresponding to the containing annotation. -
Uses of Extension in org.eclipse.microprofile.openapi.annotations.callbacks
Methods in org.eclipse.microprofile.openapi.annotations.callbacks that return Extension Modifier and Type Method Description Extension[]extensions()List of extensions to be added to theCallbackmodel corresponding to the containing annotation.Extension[]extensions()List of extensions to be added to theOperationmodel corresponding to the containing annotation. -
Uses of Extension in org.eclipse.microprofile.openapi.annotations.extensions
Methods in org.eclipse.microprofile.openapi.annotations.extensions that return Extension Modifier and Type Method Description Extension[]value()An array of Extension annotations -
Uses of Extension in org.eclipse.microprofile.openapi.annotations.headers
Methods in org.eclipse.microprofile.openapi.annotations.headers that return Extension Modifier and Type Method Description Extension[]extensions()List of extensions to be added to theHeadermodel corresponding to the containing annotation. -
Uses of Extension in org.eclipse.microprofile.openapi.annotations.info
Methods in org.eclipse.microprofile.openapi.annotations.info that return Extension Modifier and Type Method Description Extension[]extensions()List of extensions to be added to theContactmodel corresponding to the containing annotation.Extension[]extensions()List of extensions to be added to theInfomodel corresponding to the containing annotation.Extension[]extensions()List of extensions to be added to theLicensemodel corresponding to the containing annotation. -
Uses of Extension in org.eclipse.microprofile.openapi.annotations.links
Methods in org.eclipse.microprofile.openapi.annotations.links that return Extension Modifier and Type Method Description Extension[]extensions()List of extensions to be added to theLinkmodel corresponding to the containing annotation. -
Uses of Extension in org.eclipse.microprofile.openapi.annotations.media
Methods in org.eclipse.microprofile.openapi.annotations.media that return Extension Modifier and Type Method Description Extension[]extensions()List of extensions to be added to theMediaTypemodel corresponding to the containing annotation.Extension[]extensions()List of extensions to be added to theEncodingmodel corresponding to the containing annotation.Extension[]extensions()List of extensions to be added to theExamplemodel corresponding to the containing annotation.Extension[]extensions()List of extensions to be added to theSchemamodel corresponding to the containing annotation.Extension[]extensions()List of extensions to be added to theSchemamodel corresponding to the containing annotation. -
Uses of Extension in org.eclipse.microprofile.openapi.annotations.parameters
Methods in org.eclipse.microprofile.openapi.annotations.parameters that return Extension Modifier and Type Method Description Extension[]extensions()List of extensions to be added to theParametermodel corresponding to the containing annotation.Extension[]extensions()List of extensions to be added to theRequestBodymodel corresponding to the containing annotation. -
Uses of Extension in org.eclipse.microprofile.openapi.annotations.responses
Methods in org.eclipse.microprofile.openapi.annotations.responses that return Extension Modifier and Type Method Description Extension[]extensions()List of extensions to be added to theAPIResponsemodel corresponding to the containing annotation.Extension[]extensions()List of extensions to be added to theAPIResponsesmodel corresponding to the containing annotation. -
Uses of Extension in org.eclipse.microprofile.openapi.annotations.security
Methods in org.eclipse.microprofile.openapi.annotations.security that return Extension Modifier and Type Method Description Extension[]extensions()List of extensions to be added to theOAuthFlowmodel corresponding to the containing annotation.Extension[]extensions()List of extensions to be added to theOAuthFlowsmodel corresponding to the containing annotation.Extension[]extensions()List of extensions to be added to theSecuritySchememodel corresponding to the containing annotation. -
Uses of Extension in org.eclipse.microprofile.openapi.annotations.servers
Methods in org.eclipse.microprofile.openapi.annotations.servers that return Extension Modifier and Type Method Description Extension[]extensions()List of extensions to be added to theServermodel corresponding to the containing annotation.Extension[]extensions()List of extensions to be added to theServerVariablemodel corresponding to the containing annotation. -
Uses of Extension in org.eclipse.microprofile.openapi.annotations.tags
Methods in org.eclipse.microprofile.openapi.annotations.tags that return Extension Modifier and Type Method Description Extension[]extensions()List of extensions to be added to theTagmodel corresponding to the containing annotation.
-