Uses of Class
com.networknt.schema.Error
Packages that use Error
-
Uses of Error in com.networknt.schema
Methods in com.networknt.schema that return ErrorModifier and TypeMethodDescriptionError.BuilderSupport.build()MessageSourceError.BuilderSupport.build()FailFastAssertionException.getError()Gets the validation message.SchemaException.getError()Methods in com.networknt.schema that return types with arguments of type ErrorModifier and TypeMethodDescriptionOutputFormat.Default.format(Schema jsonSchema, ExecutionContext executionContext, SchemaContext schemaContext) ExecutionContext.getErrors()FailFastAssertionException.getErrors()Gets the validation message.Result.getErrors()SchemaException.getErrors()Schema.validate(com.fasterxml.jackson.databind.JsonNode rootNode) Validate the given root JsonNode, starting at the root of the data path.Schema.validate(com.fasterxml.jackson.databind.JsonNode rootNode, ExecutionContextCustomizer executionCustomizer) Validate the given root JsonNode, starting at the root of the data path.Schema.validate(com.fasterxml.jackson.databind.JsonNode rootNode, Consumer<ExecutionContext> executionCustomizer) Validate the given root JsonNode, starting at the root of the data path.Schema.validate(AbsoluteIri input, InputFormat inputFormat) Validate the given input string using the input format, 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.Schema.validate(AbsoluteIri input, InputFormat inputFormat, Consumer<ExecutionContext> executionCustomizer) Validate the given input string using the input format, starting at the root of the data path.Schema.validate(ExecutionContext executionContext, String input, InputFormat inputFormat) Validate the given input string using the input format, starting at the root of the data path.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.Schema.validate(ExecutionContext executionContext, String input, InputFormat inputFormat, Consumer<ExecutionContext> executionCustomizer) Validate the given input string using the input format, starting at the root of the data path.Schema.validate(String input, InputFormat inputFormat) Validate 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.Schema.validate(String input, InputFormat inputFormat, Consumer<ExecutionContext> executionCustomizer) Validate the given input string using the input format, starting at the root of the data path.Methods in com.networknt.schema with parameters of type ErrorMethod parameters in com.networknt.schema with type arguments of type ErrorConstructors in com.networknt.schema with parameters of type ErrorModifierConstructorDescriptionFailFastAssertionException(Error error) Constructor.InvalidSchemaException(Error message) InvalidSchemaException(Error message, Exception cause) InvalidSchemaRefException(Error message) InvalidSchemaRefException(Error message, Exception cause) SchemaException(Error error) Constructor parameters in com.networknt.schema with type arguments of type Error -
Uses of Error in com.networknt.schema.output
Methods in com.networknt.schema.output with parameters of type ErrorMethod parameters in com.networknt.schema.output with type arguments of type ErrorModifier and TypeMethodDescriptionstatic OutputUnitHierarchicalOutputUnitFormatter.format(Schema jsonSchema, List<Error> errors, ExecutionContext executionContext, SchemaContext schemaContext, Function<Error, Object> errorMapper) static OutputUnitHierarchicalOutputUnitFormatter.format(Schema jsonSchema, List<Error> errors, ExecutionContext executionContext, SchemaContext schemaContext, Function<Error, Object> errorMapper) static OutputUnitListOutputUnitFormatter.format(List<Error> errors, ExecutionContext executionContext, SchemaContext schemaContext, Function<Error, Object> errorMapper) static OutputUnitListOutputUnitFormatter.format(List<Error> errors, ExecutionContext executionContext, SchemaContext schemaContext, Function<Error, Object> errorMapper) static OutputUnitDataOutputUnitData.from(List<Error> validationErrors, ExecutionContext executionContext, Function<Error, Object> errorMapper) static OutputUnitDataOutputUnitData.from(List<Error> validationErrors, ExecutionContext executionContext, Function<Error, Object> errorMapper) -
Uses of Error in com.networknt.schema.walk
Method parameters in com.networknt.schema.walk with type arguments of type ErrorModifier and TypeMethodDescriptionvoidvoidItemWalkHandler.postWalk(ExecutionContext executionContext, String keyword, com.fasterxml.jackson.databind.JsonNode instanceNode, com.fasterxml.jackson.databind.JsonNode rootNode, NodePath instanceLocation, Schema schema, KeywordValidator validator, List<Error> errors) voidKeywordWalkHandler.postWalk(ExecutionContext executionContext, String keyword, com.fasterxml.jackson.databind.JsonNode instanceNode, com.fasterxml.jackson.databind.JsonNode rootNode, NodePath instanceLocation, Schema schema, KeywordValidator validator, List<Error> errors) voidPropertyWalkHandler.postWalk(ExecutionContext executionContext, String keyword, com.fasterxml.jackson.databind.JsonNode instanceNode, com.fasterxml.jackson.databind.JsonNode rootNode, NodePath instanceLocation, Schema schema, KeywordValidator validator, List<Error> errors) voidWalkConfig.NoOpWalkHandler.postWalk(ExecutionContext executionContext, String keyword, com.fasterxml.jackson.databind.JsonNode instanceNode, com.fasterxml.jackson.databind.JsonNode rootNode, NodePath instanceLocation, Schema schema, KeywordValidator validator, List<Error> errors) voidWalkHandler.postWalk(ExecutionContext executionContext, String keyword, com.fasterxml.jackson.databind.JsonNode instanceNode, com.fasterxml.jackson.databind.JsonNode rootNode, NodePath instanceLocation, Schema schema, KeywordValidator validator, List<Error> errors)