Uses of Package
org.eclipse.microprofile.openapi.annotations.responses
-
Packages that use org.eclipse.microprofile.openapi.annotations.responses 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.responses Contains annotation to describe a single response from an API operation, and an annotation to encapsulate multiple responses from an API operation. -
Classes in org.eclipse.microprofile.openapi.annotations.responses used by org.eclipse.microprofile.openapi.annotations Class Description APIResponse The APIResponse annotation corresponds to the OpenAPI Response model object which describes a single response from an API Operation, including design-time, static links to operations based on the response. -
Classes in org.eclipse.microprofile.openapi.annotations.responses used by org.eclipse.microprofile.openapi.annotations.callbacks Class Description APIResponse The APIResponse annotation corresponds to the OpenAPI Response model object which describes a single response from an API Operation, including design-time, static links to operations based on the response. -
Classes in org.eclipse.microprofile.openapi.annotations.responses used by org.eclipse.microprofile.openapi.annotations.responses Class Description APIResponse The APIResponse annotation corresponds to the OpenAPI Response model object which describes a single response from an API Operation, including design-time, static links to operations based on the response.