Uses of Class
de.kosmos_lab.web.annotations.enums.SchemaType
-
Packages that use SchemaType Package Description de.kosmos_lab.web.annotations.enums de.kosmos_lab.web.annotations.media de.kosmos_lab.web.server -
-
Uses of SchemaType in de.kosmos_lab.web.annotations.enums
Methods in de.kosmos_lab.web.annotations.enums that return SchemaType Modifier and Type Method Description static SchemaTypeSchemaType. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaType[]SchemaType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SchemaType in de.kosmos_lab.web.annotations.media
Methods in de.kosmos_lab.web.annotations.media that return SchemaType Modifier and Type Method Description SchemaTypetype() -
Uses of SchemaType in de.kosmos_lab.web.server
Methods in de.kosmos_lab.web.server with parameters of type SchemaType Modifier and Type Method Description static booleanOpenApiParser. checkExample(ExampleObject e, org.json.JSONObject schema, SchemaType type)static booleanOpenApiParser. checkExample(String value, org.json.JSONObject schema, SchemaType type)
-