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.doc.openapi 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()ExampleObject[]examples()ExampleObject[]examples() -
Uses of ExampleObject in de.kosmos_lab.web.doc.openapi
Methods in de.kosmos_lab.web.doc.openapi 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 voidOpenApiParser. add(String tag, ExampleObject[] examples, org.json.JSONObject json)booleanOpenApiParser. checkExample(ExampleObject e, org.json.JSONObject schema, SchemaType type)HashMap<String,String>OpenApiParser. extractExamples(String example, ExampleObject[] examples)org.json.JSONArrayOpenApiParser. getExamplesArray(ExampleObject[] examples)org.json.JSONObjectOpenApiParser. getExamplesObject(ExampleObject[] examples)org.json.JSONObjectOpenApiParser. toJSON(ExampleObject example)Method parameters in de.kosmos_lab.web.server with type arguments of type ExampleObject Modifier and Type Method Description org.json.JSONArrayOpenApiParser. getExamplesArray(List<ExampleObject> examples)org.json.JSONObjectOpenApiParser. getExamplesObject(List<ExampleObject> examples)
-