Uses of Enum
com.networknt.schema.JsonType
Packages that use JsonType
-
Uses of JsonType in com.networknt.schema
Methods in com.networknt.schema that return JsonTypeModifier and TypeMethodDescriptionstatic JsonTypeTypeFactory.getSchemaNodeType(com.fasterxml.jackson.databind.JsonNode node) Gets theJsonTypeindicated by the schema node.TypeValidator.getSchemaType()static JsonTypeTypeFactory.getValueNodeType(com.fasterxml.jackson.databind.JsonNode node, SchemaValidatorsConfig config) Gets theJsonTypeof the value node.static JsonTypeReturns 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 JsonTypeModifier and TypeMethodDescriptionstatic booleanJsonNodeUtil.equalsToSchemaType(com.fasterxml.jackson.databind.JsonNode node, JsonType schemaType, JsonSchema parentSchema, ValidationContext validationContext)