Uses of Package
org.eclipse.microprofile.openapi.annotations.media
-
Packages that use org.eclipse.microprofile.openapi.annotations.media 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.org.eclipse.microprofile.openapi.annotations.responses Contains annotation to describe a single response from an API operation, and an annotation to encapsulate multiple responses from an API operation. -
Classes in org.eclipse.microprofile.openapi.annotations.media used by org.eclipse.microprofile.openapi.annotations Class Description ExampleObject This object illustrates an example of a particular contentSchema The Schema Object allows the definition of input and output data types. -
Classes in org.eclipse.microprofile.openapi.annotations.media used by org.eclipse.microprofile.openapi.annotations.headers Class Description Schema The Schema Object allows the definition of input and output data types. -
Classes in org.eclipse.microprofile.openapi.annotations.media used by org.eclipse.microprofile.openapi.annotations.media Class Description DependentRequired A property name and an associated list of other property names.DependentSchema A property name and an associated schema.DiscriminatorMapping This object maps payload values to a particular Schema.Encoding Single encoding definition to be applied to single Schema ObjectExampleObject This object illustrates an example of a particular contentPatternProperty A regular expression and an associated schema.Schema The Schema Object allows the definition of input and output data types.SchemaProperty The SchemaProperty Object allows the definition of input and output data types nested within theproperties
attribute of aSchema
annotation. -
Classes in org.eclipse.microprofile.openapi.annotations.media used by org.eclipse.microprofile.openapi.annotations.parameters Class Description Content This object provides schema and examples for a particular media type.ExampleObject This object illustrates an example of a particular contentSchema The Schema Object allows the definition of input and output data types. -
Classes in org.eclipse.microprofile.openapi.annotations.media used by org.eclipse.microprofile.openapi.annotations.responses Class Description Content This object provides schema and examples for a particular media type.