Uses of Class
org.eclipse.microprofile.openapi.annotations.parameters.Parameter
-
Packages that use Parameter 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.parameters A set of annotations to describe and encapsulate operation parameters and operation's request body. -
-
Uses of Parameter in org.eclipse.microprofile.openapi.annotations
Methods in org.eclipse.microprofile.openapi.annotations that return Parameter Modifier and Type Method Description Parameter[]parameters()An object to hold reusable Parameter Objects. -
Uses of Parameter in org.eclipse.microprofile.openapi.annotations.callbacks
Methods in org.eclipse.microprofile.openapi.annotations.callbacks that return Parameter Modifier and Type Method Description Parameter[]parameters()An array of parameters applicable for this callback operation, which will be added to any automatically detected parameters in the method itself. -
Uses of Parameter in org.eclipse.microprofile.openapi.annotations.parameters
Methods in org.eclipse.microprofile.openapi.annotations.parameters that return Parameter Modifier and Type Method Description Parameter[]value()An array of Parameter Objects for the operation
-