Uses of Class
org.eclipse.microprofile.openapi.annotations.media.Schema
-
Packages that use Schema Package Description org.eclipse.microprofile.openapi.annotations A set of annotations, many derived from Swagger Core library.org.eclipse.microprofile.openapi.annotations.headers An annotation to describe a single header object.org.eclipse.microprofile.openapi.annotations.media A set of annotations to represent input and output data type, media type and relevant examples.org.eclipse.microprofile.openapi.annotations.parameters A set of annotations to describe and encapsulate operation parameters and operation's request body. -
-
Uses of Schema in org.eclipse.microprofile.openapi.annotations
Methods in org.eclipse.microprofile.openapi.annotations that return Schema Modifier and Type Method Description Schema[]
schemas()
An object to hold reusable Schema Objects. -
Uses of Schema in org.eclipse.microprofile.openapi.annotations.headers
Methods in org.eclipse.microprofile.openapi.annotations.headers that return Schema Modifier and Type Method Description Schema
schema()
The schema defining the type used for the header. -
Uses of Schema in org.eclipse.microprofile.openapi.annotations.media
Methods in org.eclipse.microprofile.openapi.annotations.media that return Schema Modifier and Type Method Description Schema
schema()
The schema defining the type used for the request body. -
Uses of Schema in org.eclipse.microprofile.openapi.annotations.parameters
Methods in org.eclipse.microprofile.openapi.annotations.parameters that return Schema Modifier and Type Method Description Schema
schema()
The schema defining the type used for the parameter.
-