Skip navigation links

Package org.eclipse.microprofile.openapi.annotations.media

A set of annotations to represent input and output data type, media type and relevant examples.

See: Description

Package org.eclipse.microprofile.openapi.annotations.media Description

A set of annotations to represent input and output data type, media type and relevant examples.

Example usage:

 content =  @Content(
      examples =  @ExampleObject(
          name = "example",
          value = "1")))
 
Skip navigation links