Uses of Class
com.networknt.schema.Result
Packages that use Result
-
Uses of Result in com.networknt.schema
Methods in com.networknt.schema that return ResultModifier and TypeMethodDescriptionOutputFormat.Result.format(Schema jsonSchema, ExecutionContext executionContext, SchemaContext schemaContext) Schema.walk(com.fasterxml.jackson.databind.JsonNode node, boolean validate) Walk the JSON node.Schema.walk(com.fasterxml.jackson.databind.JsonNode node, boolean validate, ExecutionContextCustomizer executionCustomizer) Walk the JSON node.Schema.walk(com.fasterxml.jackson.databind.JsonNode node, boolean validate, Consumer<ExecutionContext> executionCustomizer) Walk the JSON node.Schema.walk(AbsoluteIri input, InputFormat inputFormat, boolean validate) Walk the input.Schema.walk(AbsoluteIri input, InputFormat inputFormat, boolean validate, ExecutionContextCustomizer executionCustomizer) Walk the input.Schema.walk(AbsoluteIri input, InputFormat inputFormat, boolean validate, Consumer<ExecutionContext> executionCustomizer) Walk the input.Schema.walk(ExecutionContext executionContext, com.fasterxml.jackson.databind.JsonNode node, boolean validate) Walk the JSON node.Schema.walk(ExecutionContext executionContext, com.fasterxml.jackson.databind.JsonNode node, boolean validate, ExecutionContextCustomizer executionCustomizer) Walk the JSON node.Schema.walk(ExecutionContext executionContext, com.fasterxml.jackson.databind.JsonNode node, boolean validate, Consumer<ExecutionContext> executionCustomizer) Walk the JSON node.Schema.walk(ExecutionContext executionContext, String input, InputFormat inputFormat, boolean validate) Walk the input.Schema.walk(ExecutionContext executionContext, String input, InputFormat inputFormat, boolean validate, ExecutionContextCustomizer executionCustomizer) Walk the input.Schema.walk(String input, InputFormat inputFormat, boolean validate) Walk the input.Schema.walk(String input, InputFormat inputFormat, boolean validate, ExecutionContextCustomizer executionCustomizer) Walk the input.Schema.walk(String input, InputFormat inputFormat, boolean validate, Consumer<ExecutionContext> executionCustomizer) Walk the input.Schema.walkAtNode(ExecutionContext executionContext, com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.JsonNode rootNode, NodePath instanceLocation, boolean validate) Walk at the node.