Uses of Interface
com.networknt.schema.JsonSchemaIdValidator
-
Packages that use JsonSchemaIdValidator Package Description com.networknt.schema -
-
Uses of JsonSchemaIdValidator in com.networknt.schema
Classes in com.networknt.schema that implement JsonSchemaIdValidator Modifier and Type Class Description static classJsonSchemaIdValidator.DefaultJsonSchemaIdValidatorImplementation ofJsonSchemaIdValidator.Fields in com.networknt.schema declared as JsonSchemaIdValidator Modifier and Type Field Description static JsonSchemaIdValidatorJsonSchemaIdValidator. DEFAULTMethods in com.networknt.schema that return JsonSchemaIdValidator Modifier and Type Method Description JsonSchemaIdValidatorSchemaValidatorsConfig. getSchemaIdValidator()Gets the schema id validator to validate $id.Methods in com.networknt.schema with parameters of type JsonSchemaIdValidator Modifier and Type Method Description voidSchemaValidatorsConfig. setSchemaIdValidator(JsonSchemaIdValidator schemaIdValidator)Sets the schema id validator to validate $id.
-