Uses of Enum
com.networknt.schema.InputFormat
Packages that use InputFormat
-
Uses of InputFormat in com.networknt.schema
Methods in com.networknt.schema that return InputFormatModifier and TypeMethodDescriptionstatic InputFormat
Returns the enum constant of this type with the specified name.static InputFormat[]
InputFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.networknt.schema with parameters of type InputFormatModifier and TypeMethodDescriptionJsonSchemaFactory.getSchema
(InputStream schemaStream, InputFormat inputFormat, SchemaValidatorsConfig config) Gets the schema.JsonSchemaFactory.getSchema
(String schema, InputFormat inputFormat) Gets the schema.JsonSchemaFactory.getSchema
(String schema, InputFormat inputFormat, SchemaValidatorsConfig config) Gets the schema.JsonSchema.validate
(String input, InputFormat inputFormat) Validate the given input string using the input format, starting at the root of the data path.JsonSchema.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> T
JsonSchema.validate
(String input, InputFormat inputFormat, OutputFormat<T> format) Validates the given input string using the input format, starting at the root of the data path.<T> T
JsonSchema.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.<T> T
JsonSchema.validate
(String input, InputFormat inputFormat, OutputFormat<T> format, Consumer<ExecutionContext> executionCustomizer) Validates the given input string using the input format, starting at the root of the data path.JsonSchema.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.JsonSchema.walk
(ExecutionContext executionContext, String input, InputFormat inputFormat, boolean validate) Walk the input.JsonSchema.walk
(ExecutionContext executionContext, String input, InputFormat inputFormat, boolean validate, ExecutionContextCustomizer executionCustomizer) Walk the input.<T> T
JsonSchema.walk
(ExecutionContext executionContext, String input, InputFormat inputFormat, OutputFormat<T> outputFormat, boolean validate) Walk the input.<T> T
JsonSchema.walk
(ExecutionContext executionContext, String input, InputFormat inputFormat, OutputFormat<T> outputFormat, boolean validate, ExecutionContextCustomizer executionCustomizer) Walk the input.JsonSchema.walk
(String input, InputFormat inputFormat, boolean validate) Walk the input.JsonSchema.walk
(String input, InputFormat inputFormat, boolean validate, ExecutionContextCustomizer executionCustomizer) Walk the input.JsonSchema.walk
(String input, InputFormat inputFormat, boolean validate, Consumer<ExecutionContext> executionCustomizer) Walk the input. -
Uses of InputFormat in com.networknt.schema.serialization
Methods in com.networknt.schema.serialization with parameters of type InputFormatModifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.ObjectMapper
DefaultJsonNodeReader.getObjectMapper
(InputFormat inputFormat) Gets the object mapper for the input format.com.fasterxml.jackson.databind.JsonNode
DefaultJsonNodeReader.readTree
(InputStream content, InputFormat inputFormat) com.fasterxml.jackson.databind.JsonNode
DefaultJsonNodeReader.readTree
(String content, InputFormat inputFormat) com.fasterxml.jackson.databind.JsonNode
JsonNodeReader.readTree
(InputStream content, InputFormat inputFormat) Deserialize content as a tree.com.fasterxml.jackson.databind.JsonNode
JsonNodeReader.readTree
(String content, InputFormat inputFormat) Deserialize content as a tree.