Uses of Class
com.networknt.schema.JsonType
-
Packages that use JsonType Package Description com.networknt.schema -
-
Uses of JsonType in com.networknt.schema
Methods in com.networknt.schema that return JsonType Modifier and Type Method Description static JsonTypeTypeFactory. getSchemaNodeType(com.fasterxml.jackson.databind.JsonNode node)JsonTypeTypeValidator. getSchemaType()static JsonTypeTypeFactory. getValueNodeType(com.fasterxml.jackson.databind.JsonNode node)static JsonTypeJsonType. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonType[]JsonType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-