Uses of Class
com.networknt.schema.JsonType
-
Packages that use JsonType Package Description com.networknt.schema com.networknt.schema.utils -
-
Uses of JsonType in com.networknt.schema
Fields in com.networknt.schema declared as JsonType Modifier and Type Field Description private JsonType
TypeValidator. schemaType
Methods in com.networknt.schema that return JsonType Modifier and Type Method Description static JsonType
TypeFactory. getSchemaNodeType(com.fasterxml.jackson.databind.JsonNode node)
Gets theJsonType
indicated by the schema node.JsonType
TypeValidator. getSchemaType()
static JsonType
TypeFactory. getValueNodeType(com.fasterxml.jackson.databind.JsonNode node, SchemaValidatorsConfig config)
Gets theJsonType
of the value node.static JsonType
JsonType. valueOf(java.lang.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. -
Uses of JsonType in com.networknt.schema.utils
Methods in com.networknt.schema.utils with parameters of type JsonType Modifier and Type Method Description static boolean
JsonNodeUtil. equalsToSchemaType(com.fasterxml.jackson.databind.JsonNode node, JsonType schemaType, JsonSchema parentSchema, ValidationContext validationContext)
-