Uses of Class
org.eclipse.microprofile.openapi.annotations.callbacks.Callback
-
Packages that use Callback 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. -
-
Uses of Callback in org.eclipse.microprofile.openapi.annotations
Methods in org.eclipse.microprofile.openapi.annotations that return Callback Modifier and Type Method Description Callback[]
callbacks()
An object to hold reusable Callback Objects.Callback[]
callbacks()
A list of possible out-of-band callbacks related to this operation. -
Uses of Callback in org.eclipse.microprofile.openapi.annotations.callbacks
Methods in org.eclipse.microprofile.openapi.annotations.callbacks that return Callback Modifier and Type Method Description Callback[]
value()
An array of Callback annotations which are a map of possible out-of band callbacks related to the parent operation
-