Uses of Class
com.networknt.schema.ValidatorTypeCode
-
Packages that use ValidatorTypeCode Package Description com.networknt.schema com.networknt.schema.format -
-
Uses of ValidatorTypeCode in com.networknt.schema
Methods in com.networknt.schema that return ValidatorTypeCode Modifier and Type Method Description static ValidatorTypeCodeValidatorTypeCode. fromValue(String value)protected ValidatorTypeCodeBaseJsonValidator. getValidatorType()static ValidatorTypeCodeValidatorTypeCode. valueOf(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 List<ValidatorTypeCode>ValidatorTypeCode. getNonFormatKeywords(SpecVersion.VersionFlag versionFlag)Constructors in com.networknt.schema with parameters of type ValidatorTypeCode Constructor Description BaseJsonValidator(String schemaPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidatorTypeCode validatorType, boolean suppressSubSchemaRetrieval, boolean failFast, ApplyDefaultsStrategy applyDefaultsStrategy, PathType pathType)BaseJsonValidator(String schemaPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidatorTypeCode validatorType, ValidationContext validationContext)DateTimeValidator(String schemaPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext, String formatName, ValidatorTypeCode type)FormatKeyword(ValidatorTypeCode type, Map<String,Format> formats)FormatValidator(String schemaPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext, Format format, ValidatorTypeCode type)UUIDValidator(String schemaPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext, String formatName, ValidatorTypeCode type) -
Uses of ValidatorTypeCode in com.networknt.schema.format
Constructors in com.networknt.schema.format with parameters of type ValidatorTypeCode Constructor Description DurationValidator(String schemaPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext, String formatName, ValidatorTypeCode type)EmailValidator(String schemaPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext, String formatName, ValidatorTypeCode type)
-