Uses of Class
io.swagger.v3.oas.annotations.media.ExampleObject
-
Packages that use ExampleObject Package Description io.swagger.v3.oas.annotations io.swagger.v3.oas.annotations.media -
-
Uses of ExampleObject in io.swagger.v3.oas.annotations
Methods in io.swagger.v3.oas.annotations that return ExampleObject Modifier and Type Method Description ExampleObject[]
examples()
An array of examples of the schema used to show the use of the associated schema. -
Uses of ExampleObject in io.swagger.v3.oas.annotations.media
Methods in io.swagger.v3.oas.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.
-