Uses of Interface
com.networknt.schema.ExecutionContextCustomizer
Packages that use ExecutionContextCustomizer
-
Uses of ExecutionContextCustomizer in com.networknt.schema
Methods in com.networknt.schema that return ExecutionContextCustomizerMethods in com.networknt.schema with parameters of type ExecutionContextCustomizerModifier and TypeMethodDescriptionSchemaValidatorsConfig.Builder.executionContextCustomizer(ExecutionContextCustomizer executionContextCustomizer) Sets the execution context customizer that is run before each run.voidSchemaValidatorsConfig.ImmutableSchemaValidatorsConfig.setExecutionContextCustomizer(ExecutionContextCustomizer executionContextCustomizer) voidSchemaValidatorsConfig.setExecutionContextCustomizer(ExecutionContextCustomizer executionContextCustomizer) JsonSchema.validate(com.fasterxml.jackson.databind.JsonNode rootNode, ExecutionContextCustomizer executionCustomizer) Validate the given root JsonNode, starting at the root of the data path.<T> TJsonSchema.validate(com.fasterxml.jackson.databind.JsonNode rootNode, OutputFormat<T> format, ExecutionContextCustomizer executionCustomizer) Validates the given root JsonNode, starting at the root of the data path.<T> TJsonSchema.validate(ExecutionContext executionContext, com.fasterxml.jackson.databind.JsonNode node, OutputFormat<T> format, ExecutionContextCustomizer executionCustomizer) Validates to a format.JsonSchema.validate(String input, InputFormat inputFormat, ExecutionContextCustomizer executionCustomizer) Validate the given input string using the input format, starting at the root of the data path.<T> TJsonSchema.validate(String input, InputFormat inputFormat, OutputFormat<T> format, ExecutionContextCustomizer executionCustomizer) Validates the given input string using the input format, starting at the root of the data path.JsonSchema.walk(ExecutionContext executionContext, com.fasterxml.jackson.databind.JsonNode node, boolean validate, ExecutionContextCustomizer executionCustomizer) Walk the JSON node.<T> TJsonSchema.walk(ExecutionContext executionContext, com.fasterxml.jackson.databind.JsonNode node, OutputFormat<T> outputFormat, boolean validate, ExecutionContextCustomizer executionCustomizer) Walk the JSON node.JsonSchema.walk(ExecutionContext executionContext, String input, InputFormat inputFormat, boolean validate, ExecutionContextCustomizer executionCustomizer) Walk the input.<T> TJsonSchema.walk(ExecutionContext executionContext, String input, InputFormat inputFormat, OutputFormat<T> outputFormat, boolean validate, ExecutionContextCustomizer executionCustomizer) Walk the input.JsonSchema.walk(String input, InputFormat inputFormat, boolean validate, ExecutionContextCustomizer executionCustomizer) Walk the input.Constructors in com.networknt.schema with parameters of type ExecutionContextCustomizerModifierConstructorDescriptionImmutableSchemaValidatorsConfig(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)