Uses of Class
com.networknt.schema.TypeValidator
-
Packages that use TypeValidator Package Description com.networknt.schema -
-
Uses of TypeValidator in com.networknt.schema
Methods in com.networknt.schema that return TypeValidator Modifier and Type Method Description TypeValidatorJsonSchema. getTypeValidator()Constructors in com.networknt.schema with parameters of type TypeValidator Constructor Description JsonSchema(List<JsonValidator> validators, boolean validatorsLoaded, boolean recursiveAnchor, TypeValidator typeValidator, String id, boolean suppressSubSchemaRetrieval, com.fasterxml.jackson.databind.JsonNode schemaNode, ValidationContext validationContext, ErrorMessageType errorMessageType, String errorMessageKeyword, MessageSource messageSource, Keyword keyword, JsonSchema parentSchema, SchemaLocation schemaLocation, JsonNodePath evaluationPath, JsonSchema evaluationParentSchema, Map<String,String> errorMessage)Constructor to create a copy using fields.
-