Uses of Class
de.kosmos_lab.web.annotations.media.ExampleObject
-
Packages that use ExampleObject Package Description de.kosmos_lab.web.annotations de.kosmos_lab.web.annotations.media de.kosmos_lab.web.server -
-
Uses of ExampleObject in de.kosmos_lab.web.annotations
Methods in de.kosmos_lab.web.annotations that return ExampleObject Modifier and Type Method Description ExampleObject[]examples() -
Uses of ExampleObject in de.kosmos_lab.web.annotations.media
Methods in de.kosmos_lab.web.annotations.media that return ExampleObject Modifier and Type Method Description ExampleObject[]examples() -
Uses of ExampleObject in de.kosmos_lab.web.server
Methods in de.kosmos_lab.web.server with parameters of type ExampleObject Modifier and Type Method Description static voidOpenApiParser. add(String tag, ExampleObject[] examples, org.json.JSONObject json)static booleanOpenApiParser. checkExample(ExampleObject e, org.json.JSONObject schema, SchemaType type)static org.json.JSONObjectOpenApiParser. toJSON(ExampleObject example)
-