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 InputFormatReturns 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 TypeMethodDescriptionSchemaRegistry.getSchema(SchemaLocation schemaUri, InputStream schemaStream, InputFormat inputFormat) Gets the schema.SchemaRegistry.getSchema(SchemaLocation schemaUri, String schema, InputFormat inputFormat) Gets the schema.SchemaRegistry.getSchema(InputStream schemaStream, InputFormat inputFormat) Gets the schema.SchemaRegistry.getSchema(String schema, InputFormat inputFormat) Gets the schema.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.<T> TSchema.validate(AbsoluteIri input, InputFormat inputFormat, OutputFormat<T> format) Validates the given input string using the input format, starting at the root of the data path.<T> TSchema.validate(AbsoluteIri 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> TSchema.validate(AbsoluteIri 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.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.<T> TSchema.validate(ExecutionContext executionContext, 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> TSchema.validate(ExecutionContext executionContext, 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> TSchema.validate(ExecutionContext executionContext, 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.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.<T> TSchema.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> TSchema.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> TSchema.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.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.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, String input, InputFormat inputFormat, boolean validate) Walk the input.Schema.walk(ExecutionContext executionContext, String input, InputFormat inputFormat, boolean validate, ExecutionContextCustomizer executionCustomizer) Walk the input.<T> TSchema.walk(ExecutionContext executionContext, String input, InputFormat inputFormat, OutputFormat<T> outputFormat, boolean validate) Walk the input.<T> TSchema.walk(ExecutionContext executionContext, String input, InputFormat inputFormat, OutputFormat<T> outputFormat, 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. -
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.ObjectMapperBasicNodeReader.getObjectMapper(InputFormat inputFormat) Gets the object mapper for the input format.protected com.fasterxml.jackson.databind.ObjectMapperDefaultNodeReader.getObjectMapper(InputFormat inputFormat) Gets the object mapper for the input format.com.fasterxml.jackson.databind.JsonNodeBasicNodeReader.readTree(InputStream content, InputFormat inputFormat) com.fasterxml.jackson.databind.JsonNodeBasicNodeReader.readTree(String content, InputFormat inputFormat) com.fasterxml.jackson.databind.JsonNodeDefaultNodeReader.readTree(InputStream content, InputFormat inputFormat) com.fasterxml.jackson.databind.JsonNodeDefaultNodeReader.readTree(String content, InputFormat inputFormat) com.fasterxml.jackson.databind.JsonNodeNodeReader.readTree(InputStream content, InputFormat inputFormat) Deserialize content as a tree.com.fasterxml.jackson.databind.JsonNodeNodeReader.readTree(String content, InputFormat inputFormat) Deserialize content as a tree.