Uses of Class
org.eclipse.microprofile.openapi.annotations.links.LinkParameter
-
Packages that use LinkParameter Package Description org.eclipse.microprofile.openapi.annotations.links Annotations to represent a design-time link for a response and the corresponding parameter to be passed to the linked operation. -
-
Uses of LinkParameter in org.eclipse.microprofile.openapi.annotations.links
Methods in org.eclipse.microprofile.openapi.annotations.links that return LinkParameter Modifier and Type Method Description LinkParameter[]
parameters()
Array of parameters to pass to an operation as specified with operationId or identified via operationRef.
-