Uses of Interface
com.networknt.schema.JsonSchemaIdValidator
Packages that use JsonSchemaIdValidator
-
Uses of JsonSchemaIdValidator in com.networknt.schema
Classes in com.networknt.schema that implement JsonSchemaIdValidatorFields in com.networknt.schema declared as JsonSchemaIdValidatorModifier and TypeFieldDescriptionstatic final JsonSchemaIdValidatorJsonSchemaIdValidator.DEFAULTMethods in com.networknt.schema that return JsonSchemaIdValidatorModifier and TypeMethodDescriptionSchemaValidatorsConfig.getSchemaIdValidator()Gets the schema id validator to validate $id.Methods in com.networknt.schema with parameters of type JsonSchemaIdValidatorModifier and TypeMethodDescriptionSchemaValidatorsConfig.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 JsonSchemaIdValidatorModifierConstructorDescriptionImmutableSchemaValidatorsConfig(ApplyDefaultsStrategy applyDefaultsStrategy, boolean cacheRefs, String errorMessageKeyword, ExecutionContextCustomizer executionContextCustomizer, boolean failFast, Boolean formatAssertionsEnabled, boolean handleNullableField, List<JsonSchemaWalkListener> itemWalkListeners, boolean javaSemantics, Map<String, List<JsonSchemaWalkListener>> keywordWalkListenersMap, Locale locale, boolean losslessNarrowing, MessageSource messageSource, boolean openAPI3StyleDiscriminators, PathType pathType, boolean preloadJsonSchema, int preloadJsonSchemaRefMaxNestingDepth, List<JsonSchemaWalkListener> propertyWalkListeners, Boolean readOnly, RegularExpressionFactory regularExpressionFactory, JsonSchemaIdValidator schemaIdValidator, Map<String, Boolean> strictness, boolean typeLoose, Boolean writeOnly)