Uses of Class
org.eclipse.microprofile.openapi.annotations.responses.APIResponse
-
Packages that use APIResponse 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. -
-
Uses of APIResponse in org.eclipse.microprofile.openapi.annotations
Methods in org.eclipse.microprofile.openapi.annotations that return APIResponse Modifier and Type Method Description APIResponse[]
responses()
An object to hold reusable Response Objects.APIResponse[]
responses()
The list of possible responses that can be returned when executing this operation. -
Uses of APIResponse in org.eclipse.microprofile.openapi.annotations.callbacks
Methods in org.eclipse.microprofile.openapi.annotations.callbacks that return APIResponse Modifier and Type Method Description APIResponse[]
responses()
This is a REQUIRED property of an callback operation instance. -
Uses of APIResponse in org.eclipse.microprofile.openapi.annotations.responses
Methods in org.eclipse.microprofile.openapi.annotations.responses that return APIResponse Modifier and Type Method Description APIResponse[]
value()
An array of APIResponse annotations
-