Uses of Interface
com.networknt.schema.SchemaIdValidator
-
Packages that use SchemaIdValidator Package Description com.networknt.schema -
-
Uses of SchemaIdValidator in com.networknt.schema
Classes in com.networknt.schema that implement SchemaIdValidator Modifier and Type Class Description static classSchemaIdValidator.DefaultSchemaIdValidatorImplementation ofSchemaIdValidator.Fields in com.networknt.schema declared as SchemaIdValidator Modifier and Type Field Description static SchemaIdValidatorSchemaIdValidator. DEFAULTprotected SchemaIdValidatorSchemaRegistryConfig.BuilderSupport. schemaIdValidatorMethods in com.networknt.schema that return SchemaIdValidator Modifier and Type Method Description SchemaIdValidatorSchemaRegistryConfig. getSchemaIdValidator()Gets the schema id validator to validate $id.Methods in com.networknt.schema with parameters of type SchemaIdValidator Modifier and Type Method Description TSchemaRegistryConfig.BuilderSupport. schemaIdValidator(SchemaIdValidator schemaIdValidator)Sets the schema id validator to use.Constructors in com.networknt.schema with parameters of type SchemaIdValidator Constructor Description SchemaRegistryConfig(boolean cacheRefs, String errorMessageKeyword, ExecutionContextCustomizer executionContextCustomizer, boolean failFast, Boolean formatAssertionsEnabled, Locale locale, boolean losslessNarrowing, MessageSource messageSource, PathType pathType, boolean preloadSchema, RegularExpressionFactory regularExpressionFactory, SchemaIdValidator schemaIdValidator, Map<String,Boolean> strictness, boolean typeLoose)
-