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. DEFAULTprivate JsonSchemaIdValidatorSchemaValidatorsConfig.Builder. schemaIdValidatorprivate JsonSchemaIdValidatorSchemaValidatorsConfig. schemaIdValidatorUsed to validate the acceptable $id values.Methods 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 SchemaValidatorsConfig.BuilderSchemaValidatorsConfig.Builder. schemaIdValidator(JsonSchemaIdValidator schemaIdValidator)Sets the schema id validator to use.voidSchemaValidatorsConfig.ImmutableSchemaValidatorsConfig. setSchemaIdValidator(JsonSchemaIdValidator schemaIdValidator)voidSchemaValidatorsConfig. 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)
-