Uses of Class
com.networknt.schema.ValidatorTypeCode
-
Packages that use ValidatorTypeCode Package Description com.networknt.schema -
-
Uses of ValidatorTypeCode in com.networknt.schema
Fields in com.networknt.schema with type parameters of type ValidatorTypeCode Modifier and Type Field Description private static java.util.Map<java.lang.String,ValidatorTypeCode>
ValidatorTypeCode. CONSTANTS
Methods in com.networknt.schema that return ValidatorTypeCode Modifier and Type Method Description static ValidatorTypeCode
ValidatorTypeCode. fromValue(java.lang.String value)
static ValidatorTypeCode
ValidatorTypeCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ValidatorTypeCode[]
ValidatorTypeCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.networknt.schema that return types with arguments of type ValidatorTypeCode Modifier and Type Method Description static java.util.List<ValidatorTypeCode>
ValidatorTypeCode. getKeywords(SpecVersion.VersionFlag versionFlag)
Methods in com.networknt.schema with parameters of type ValidatorTypeCode Modifier and Type Method Description private java.util.Set<ValidationMessage>
ContainsValidator. boundsViolated(ValidatorTypeCode validatorTypeCode, java.util.Locale locale, boolean failFast, com.fasterxml.jackson.databind.JsonNode instanceNode, JsonNodePath instanceLocation, int bounds)
Constructors in com.networknt.schema with parameters of type ValidatorTypeCode Constructor Description BaseJsonValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidatorTypeCode validatorType, ValidationContext validationContext)
FormatKeyword(ValidatorTypeCode type, java.util.Map<java.lang.String,Format> formats)
FormatValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext, Format format, ValidatorTypeCode type)
-