Uses of Interface
com.networknt.schema.OutputFormat
-
Packages that use OutputFormat Package Description com.networknt.schema -
-
Uses of OutputFormat in com.networknt.schema
Classes in com.networknt.schema that implement OutputFormat Modifier and Type Class Description static class
OutputFormat.Boolean
The Boolean output format.static class
OutputFormat.Default
The Default output format.static class
OutputFormat.Flag
The Flag output format.Methods in com.networknt.schema with parameters of type OutputFormat Modifier and Type Method Description <T> T
BaseJsonValidator. validate(ExecutionContext executionContext, com.fasterxml.jackson.databind.JsonNode node, OutputFormat<T> format)
Validates to a format.<T> T
BaseJsonValidator. validate(ExecutionContext executionContext, com.fasterxml.jackson.databind.JsonNode node, OutputFormat<T> format, com.networknt.schema.ExecutionCustomizer executionCustomizer)
Validates to a format.<T> T
JsonSchema. validate(com.fasterxml.jackson.databind.JsonNode rootNode, OutputFormat<T> format)
Validates the given root JsonNode, starting at the root of the data path.<T> T
JsonSchema. validate(com.fasterxml.jackson.databind.JsonNode rootNode, OutputFormat<T> format, com.networknt.schema.ExecutionCustomizer executionCustomizer)
Validates the given root JsonNode, starting at the root of the data path.
-