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 class
JsonSchemaIdValidator.DefaultJsonSchemaIdValidator
Implementation ofJsonSchemaIdValidator
.Fields in com.networknt.schema declared as JsonSchemaIdValidator Modifier and Type Field Description static JsonSchemaIdValidator
JsonSchemaIdValidator. DEFAULT
private JsonSchemaIdValidator
SchemaValidatorsConfig.Builder. schemaIdValidator
private JsonSchemaIdValidator
SchemaValidatorsConfig. schemaIdValidator
Used to validate the acceptable $id values.Methods in com.networknt.schema that return JsonSchemaIdValidator Modifier and Type Method Description JsonSchemaIdValidator
SchemaValidatorsConfig. getSchemaIdValidator()
Gets the schema id validator to validate $id.Methods in com.networknt.schema with parameters of type JsonSchemaIdValidator Modifier and Type Method Description SchemaValidatorsConfig.Builder
SchemaValidatorsConfig.Builder. schemaIdValidator(JsonSchemaIdValidator schemaIdValidator)
Sets the schema id validator to use.void
SchemaValidatorsConfig.ImmutableSchemaValidatorsConfig. setSchemaIdValidator(JsonSchemaIdValidator schemaIdValidator)
void
SchemaValidatorsConfig. setSchemaIdValidator(JsonSchemaIdValidator schemaIdValidator)
Sets the schema id validator to validate $id.Constructors in com.networknt.schema with parameters of type JsonSchemaIdValidator Constructor Description ImmutableSchemaValidatorsConfig(ApplyDefaultsStrategy applyDefaultsStrategy, boolean cacheRefs, java.lang.String errorMessageKeyword, ExecutionContextCustomizer executionContextCustomizer, boolean failFast, java.lang.Boolean formatAssertionsEnabled, boolean handleNullableField, java.util.List<JsonSchemaWalkListener> itemWalkListeners, boolean javaSemantics, java.util.Map<java.lang.String,java.util.List<JsonSchemaWalkListener>> keywordWalkListenersMap, java.util.Locale locale, boolean losslessNarrowing, MessageSource messageSource, boolean openAPI3StyleDiscriminators, PathType pathType, boolean preloadJsonSchema, int preloadJsonSchemaRefMaxNestingDepth, java.util.List<JsonSchemaWalkListener> propertyWalkListeners, java.lang.Boolean readOnly, RegularExpressionFactory regularExpressionFactory, JsonSchemaIdValidator schemaIdValidator, java.util.Map<java.lang.String,java.lang.Boolean> strictness, boolean typeLoose, java.lang.Boolean writeOnly)
SchemaValidatorsConfig(ApplyDefaultsStrategy applyDefaultsStrategy, boolean cacheRefs, java.lang.String errorMessageKeyword, ExecutionContextCustomizer executionContextCustomizer, boolean failFast, java.lang.Boolean formatAssertionsEnabled, boolean nullableKeywordEnabled, java.util.List<JsonSchemaWalkListener> itemWalkListeners, boolean javaSemantics, java.util.Map<java.lang.String,java.util.List<JsonSchemaWalkListener>> keywordWalkListenersMap, java.util.Locale locale, boolean losslessNarrowing, MessageSource messageSource, boolean discriminatorKeywordEnabled, PathType pathType, boolean preloadJsonSchema, int preloadJsonSchemaRefMaxNestingDepth, java.util.List<JsonSchemaWalkListener> propertyWalkListeners, java.lang.Boolean readOnly, RegularExpressionFactory regularExpressionFactory, JsonSchemaIdValidator schemaIdValidator, java.util.Map<java.lang.String,java.lang.Boolean> strictness, boolean typeLoose, java.lang.Boolean writeOnly)
-