Uses of Class
com.networknt.schema.SchemaValidatorsConfig
-
Packages that use SchemaValidatorsConfig Package Description com.networknt.schema com.networknt.schema.utils com.networknt.schema.walk -
-
Uses of SchemaValidatorsConfig in com.networknt.schema
Methods in com.networknt.schema that return SchemaValidatorsConfig Modifier and Type Method Description SchemaValidatorsConfig
SchemaValidatorsConfig. disableUnevaluatedAnalysis()
SchemaValidatorsConfig
SchemaValidatorsConfig. disableUnevaluatedItems()
SchemaValidatorsConfig
SchemaValidatorsConfig. disableUnevaluatedProperties()
SchemaValidatorsConfig
SchemaValidatorsConfig. enableUnevaluatedAnalysis()
SchemaValidatorsConfig
SchemaValidatorsConfig. enableUnevaluatedItems()
SchemaValidatorsConfig
SchemaValidatorsConfig. enableUnevaluatedProperties()
SchemaValidatorsConfig
ValidationContext. getConfig()
Methods in com.networknt.schema with parameters of type SchemaValidatorsConfig Modifier and Type Method Description JsonSchema
JsonSchemaFactory. getSchema(com.fasterxml.jackson.databind.JsonNode jsonNode, SchemaValidatorsConfig config)
JsonSchema
JsonSchemaFactory. getSchema(InputStream schemaStream, SchemaValidatorsConfig config)
JsonSchema
JsonSchemaFactory. getSchema(String schema, SchemaValidatorsConfig config)
JsonSchema
JsonSchemaFactory. getSchema(URI schemaUri, com.fasterxml.jackson.databind.JsonNode jsonNode, SchemaValidatorsConfig config)
JsonSchema
JsonSchemaFactory. getSchema(URI schemaUri, SchemaValidatorsConfig config)
static JsonType
TypeFactory. getValueNodeType(com.fasterxml.jackson.databind.JsonNode node, SchemaValidatorsConfig config)
protected JsonSchema
JsonSchemaFactory. newJsonSchema(URI schemaUri, com.fasterxml.jackson.databind.JsonNode schemaNode, SchemaValidatorsConfig config)
void
ValidationContext. setConfig(SchemaValidatorsConfig config)
Constructors in com.networknt.schema with parameters of type SchemaValidatorsConfig Constructor Description ValidationContext(URIFactory uriFactory, URNFactory urnFactory, JsonMetaSchema metaSchema, JsonSchemaFactory jsonSchemaFactory, SchemaValidatorsConfig config)
-
Uses of SchemaValidatorsConfig in com.networknt.schema.utils
Methods in com.networknt.schema.utils with parameters of type SchemaValidatorsConfig Modifier and Type Method Description static boolean
JsonNodeUtil. isNodeNullable(com.fasterxml.jackson.databind.JsonNode schema, SchemaValidatorsConfig config)
static boolean
JsonNodeUtil. isNumber(com.fasterxml.jackson.databind.JsonNode node, SchemaValidatorsConfig config)
Check if the type of the JsonNode's value is number based on the status of typeLoose flag. -
Uses of SchemaValidatorsConfig in com.networknt.schema.walk
Methods in com.networknt.schema.walk with parameters of type SchemaValidatorsConfig Modifier and Type Method Description JsonSchema
WalkEvent. getRefSchema(URI schemaUri, SchemaValidatorsConfig schemaValidatorsConfig)
-