JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.eclipse.microprofile.openapi.annotations.parameters
Annotation Interface Parameters
@Retention
(
RUNTIME
)
@Target
({
PARAMETER
,
METHOD
})
@Inherited
public @interface
Parameters
This object encapsulates input parameters
See Also:
OpenAPI Specification Parameter Object
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
Parameter
[]
value
An array of Parameter Objects for the operation
Element Details
value
Parameter
[]
value
An array of Parameter Objects for the operation
Returns:
the parameters
Default:
{}