Uses of Interface
com.networknt.schema.SchemaIdValidator
Packages that use SchemaIdValidator
-
Uses of SchemaIdValidator in com.networknt.schema
Classes in com.networknt.schema that implement SchemaIdValidatorFields in com.networknt.schema declared as SchemaIdValidatorModifier and TypeFieldDescriptionstatic final SchemaIdValidatorSchemaIdValidator.DEFAULTprotected SchemaIdValidatorSchemaRegistryConfig.BuilderSupport.schemaIdValidatorMethods in com.networknt.schema that return SchemaIdValidatorModifier and TypeMethodDescriptionSchemaRegistryConfig.getSchemaIdValidator()Gets the schema id validator to validate $id.Methods in com.networknt.schema with parameters of type SchemaIdValidatorModifier and TypeMethodDescriptionSchemaRegistryConfig.BuilderSupport.schemaIdValidator(SchemaIdValidator schemaIdValidator) Sets the schema id validator to use.Constructors in com.networknt.schema with parameters of type SchemaIdValidatorModifierConstructorDescriptionprotectedSchemaRegistryConfig(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)