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 classOutputFormat.BooleanThe Boolean output format.static classOutputFormat.DefaultThe Default output format.static classOutputFormat.FlagThe Flag output format.Methods in com.networknt.schema with parameters of type OutputFormat Modifier and Type Method Description <T> TBaseJsonValidator. validate(ExecutionContext executionContext, com.fasterxml.jackson.databind.JsonNode node, OutputFormat<T> format)Validates to a format.<T> TBaseJsonValidator. validate(ExecutionContext executionContext, com.fasterxml.jackson.databind.JsonNode node, OutputFormat<T> format, com.networknt.schema.ExecutionCustomizer executionCustomizer)Validates to a format.<T> TJsonSchema. validate(com.fasterxml.jackson.databind.JsonNode rootNode, OutputFormat<T> format)Validates the given root JsonNode, starting at the root of the data path.<T> TJsonSchema. 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.
-