Uses of Class
org.eclipse.microprofile.openapi.annotations.media.ExampleObject
-
Packages that use ExampleObject Package Description org.eclipse.microprofile.openapi.annotations A set of annotations, many derived from Swagger Core library.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 ExampleObject in org.eclipse.microprofile.openapi.annotations
Methods in org.eclipse.microprofile.openapi.annotations that return ExampleObject Modifier and Type Method Description ExampleObject[]
examples()
An object to hold reusable Example Objects. -
Uses of ExampleObject in org.eclipse.microprofile.openapi.annotations.media
Methods in org.eclipse.microprofile.openapi.annotations.media that return ExampleObject Modifier and Type Method Description ExampleObject[]
examples()
An array of examples used to show the use of the associated schema. -
Uses of ExampleObject in org.eclipse.microprofile.openapi.annotations.parameters
Methods in org.eclipse.microprofile.openapi.annotations.parameters that return ExampleObject Modifier and Type Method Description ExampleObject[]
examples()
Provides an array examples of the schema.
-