Uses of Interface
com.networknt.schema.ExecutionContextCustomizer
Packages that use ExecutionContextCustomizer
-
Uses of ExecutionContextCustomizer in com.networknt.schema
Fields in com.networknt.schema declared as ExecutionContextCustomizerModifier and TypeFieldDescriptionprotected ExecutionContextCustomizerSchemaRegistryConfig.BuilderSupport.executionContextCustomizerMethods in com.networknt.schema that return ExecutionContextCustomizerMethods in com.networknt.schema with parameters of type ExecutionContextCustomizerModifier and TypeMethodDescriptionSchemaRegistryConfig.BuilderSupport.executionContextCustomizer(ExecutionContextCustomizer executionContextCustomizer) Sets the execution context customizer that is run before each run.Schema.validate(com.fasterxml.jackson.databind.JsonNode rootNode, ExecutionContextCustomizer executionCustomizer) Validate the given root JsonNode, starting at the root of the data path.<T> TSchema.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.Schema.validate(AbsoluteIri input, InputFormat inputFormat, ExecutionContextCustomizer executionCustomizer) Validate the given input string using the input format, starting at the root of the data path.<T> TSchema.validate(AbsoluteIri 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.<T> TSchema.validate(ExecutionContext executionContext, com.fasterxml.jackson.databind.JsonNode node, OutputFormat<T> format, ExecutionContextCustomizer executionCustomizer) Validates to a format.Schema.validate(ExecutionContext executionContext, String input, InputFormat inputFormat, ExecutionContextCustomizer executionCustomizer) Validate the given input string using the input format, starting at the root of the data path.<T> TSchema.validate(ExecutionContext executionContext, 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.Schema.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> TSchema.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.Schema.walk(com.fasterxml.jackson.databind.JsonNode node, boolean validate, ExecutionContextCustomizer executionCustomizer) Walk the JSON node.Schema.walk(AbsoluteIri input, InputFormat inputFormat, boolean validate, ExecutionContextCustomizer executionCustomizer) Walk the input.Schema.walk(ExecutionContext executionContext, com.fasterxml.jackson.databind.JsonNode node, boolean validate, ExecutionContextCustomizer executionCustomizer) Walk the JSON node.<T> TSchema.walk(ExecutionContext executionContext, com.fasterxml.jackson.databind.JsonNode node, OutputFormat<T> outputFormat, boolean validate, ExecutionContextCustomizer executionCustomizer) Walk the JSON node.Schema.walk(ExecutionContext executionContext, String input, InputFormat inputFormat, boolean validate, ExecutionContextCustomizer executionCustomizer) Walk the input.<T> TSchema.walk(ExecutionContext executionContext, String input, InputFormat inputFormat, OutputFormat<T> outputFormat, boolean validate, ExecutionContextCustomizer executionCustomizer) Walk the input.Schema.walk(String input, InputFormat inputFormat, boolean validate, ExecutionContextCustomizer executionCustomizer) Walk the input.Constructors in com.networknt.schema with parameters of type ExecutionContextCustomizerModifierConstructorDescriptionprotectedSchemaRegistryConfig(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)