Uses of Class
com.networknt.schema.utils.JsonType
-
Packages that use JsonType Package Description com.networknt.schema.keyword com.networknt.schema.utils -
-
Uses of JsonType in com.networknt.schema.keyword
Methods in com.networknt.schema.keyword that return JsonType Modifier and Type Method Description JsonTypeTypeValidator. getSchemaType() -
Uses of JsonType in com.networknt.schema.utils
Methods in com.networknt.schema.utils that return JsonType Modifier and Type Method Description static JsonTypeTypeFactory. getSchemaNodeType(com.fasterxml.jackson.databind.JsonNode node)Gets theJsonTypeindicated by the schema node.static JsonTypeTypeFactory. getValueNodeType(com.fasterxml.jackson.databind.JsonNode node, SchemaRegistryConfig config)Gets theJsonTypeof the value 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.Methods in com.networknt.schema.utils with parameters of type JsonType Modifier and Type Method Description static booleanJsonNodeTypes. equalsToSchemaType(com.fasterxml.jackson.databind.JsonNode node, JsonType schemaType, Schema parentSchema, SchemaContext schemaContext, ExecutionContext executionContext)
-