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