Uses of Enum
com.networknt.schema.ValidatorTypeCode
Packages that use ValidatorTypeCode
-
Uses of ValidatorTypeCode in com.networknt.schema
Methods in com.networknt.schema that return ValidatorTypeCodeModifier and TypeMethodDescriptionstatic ValidatorTypeCodestatic ValidatorTypeCodeReturns 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 ValidatorTypeCodeModifier and TypeMethodDescriptionstatic List<ValidatorTypeCode> ValidatorTypeCode.getKeywords(SpecVersion.VersionFlag versionFlag) Constructors in com.networknt.schema with parameters of type ValidatorTypeCodeModifierConstructorDescriptionBaseJsonValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidatorTypeCode validatorType, ValidationContext validationContext) FormatKeyword(ValidatorTypeCode type, Map<String, Format> formats) FormatValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext, Format format, ValidatorTypeCode type)