Uses of Class
com.networknt.schema.SchemaValidatorsConfig
-
Packages that use SchemaValidatorsConfig Package Description com.networknt.schema com.networknt.schema.utils -
-
Uses of SchemaValidatorsConfig in com.networknt.schema
Subclasses of SchemaValidatorsConfig in com.networknt.schema Modifier and Type Class Description static classSchemaValidatorsConfig.ImmutableSchemaValidatorsConfigSchemaValidatorsConfigthat throws on mutators or deprecated methods.Methods in com.networknt.schema that return SchemaValidatorsConfig Modifier and Type Method Description SchemaValidatorsConfigSchemaValidatorsConfig.Builder. build()protected SchemaValidatorsConfigJsonSchemaFactory. createSchemaValidatorsConfig()Creates a schema validators config.SchemaValidatorsConfigSchemaValidatorsConfig. disableUnevaluatedAnalysis()Deprecated.SchemaValidatorsConfigSchemaValidatorsConfig.ImmutableSchemaValidatorsConfig. disableUnevaluatedAnalysis()SchemaValidatorsConfigSchemaValidatorsConfig. disableUnevaluatedItems()Deprecated.SchemaValidatorsConfigSchemaValidatorsConfig.ImmutableSchemaValidatorsConfig. disableUnevaluatedItems()SchemaValidatorsConfigSchemaValidatorsConfig. disableUnevaluatedProperties()Deprecated.SchemaValidatorsConfigSchemaValidatorsConfig.ImmutableSchemaValidatorsConfig. disableUnevaluatedProperties()SchemaValidatorsConfigSchemaValidatorsConfig. enableUnevaluatedAnalysis()Deprecated.SchemaValidatorsConfigSchemaValidatorsConfig.ImmutableSchemaValidatorsConfig. enableUnevaluatedAnalysis()SchemaValidatorsConfigSchemaValidatorsConfig. enableUnevaluatedItems()Deprecated.SchemaValidatorsConfigSchemaValidatorsConfig.ImmutableSchemaValidatorsConfig. enableUnevaluatedItems()SchemaValidatorsConfigSchemaValidatorsConfig. enableUnevaluatedProperties()Deprecated.SchemaValidatorsConfigSchemaValidatorsConfig.ImmutableSchemaValidatorsConfig. enableUnevaluatedProperties()SchemaValidatorsConfigValidationContext. getConfig()Methods in com.networknt.schema with parameters of type SchemaValidatorsConfig Modifier and Type Method Description static SchemaValidatorsConfig.BuilderSchemaValidatorsConfig. builder(SchemaValidatorsConfig config)protected ValidationContextJsonSchemaFactory. createValidationContext(com.fasterxml.jackson.databind.JsonNode schemaNode, SchemaValidatorsConfig config)protected JsonSchemaJsonSchemaFactory. getMappedSchema(SchemaLocation schemaUri, SchemaValidatorsConfig config)JsonMetaSchemaDefaultJsonMetaSchemaFactory. getMetaSchema(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config)JsonMetaSchemaDisallowUnknownJsonMetaSchemaFactory. getMetaSchema(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config)JsonMetaSchemaJsonMetaSchemaFactory. getMetaSchema(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config)Gets the meta-schema given the IRI.JsonMetaSchemaJsonSchemaFactory. getMetaSchema(String iri, SchemaValidatorsConfig config)Gets the meta-schema that is available to the factory.JsonSchemaJsonSchemaFactory. getSchema(com.fasterxml.jackson.databind.JsonNode jsonNode, SchemaValidatorsConfig config)Gets the schema.JsonSchemaJsonSchemaFactory. getSchema(SchemaLocation schemaUri, com.fasterxml.jackson.databind.JsonNode jsonNode, SchemaValidatorsConfig config)Gets the schema.JsonSchemaJsonSchemaFactory. getSchema(SchemaLocation schemaUri, SchemaValidatorsConfig config)Gets the schema.JsonSchemaJsonSchemaFactory. getSchema(InputStream schemaStream, InputFormat inputFormat, SchemaValidatorsConfig config)Gets the schema.JsonSchemaJsonSchemaFactory. getSchema(InputStream schemaStream, SchemaValidatorsConfig config)Gets the schema.JsonSchemaJsonSchemaFactory. getSchema(String schema, InputFormat inputFormat, SchemaValidatorsConfig config)Gets the schema.JsonSchemaJsonSchemaFactory. getSchema(String schema, SchemaValidatorsConfig config)Gets the schema.JsonSchemaJsonSchemaFactory. getSchema(URI schemaUri, com.fasterxml.jackson.databind.JsonNode jsonNode, SchemaValidatorsConfig config)Gets the schema.static JsonTypeTypeFactory. getValueNodeType(com.fasterxml.jackson.databind.JsonNode node, SchemaValidatorsConfig config)Gets theJsonTypeof the value node.protected JsonMetaSchemaDefaultJsonMetaSchemaFactory. loadMetaSchema(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config)protected JsonMetaSchemaJsonSchemaFactory. loadMetaSchema(String iri, SchemaValidatorsConfig config)Loads the meta-schema from the configured meta-schema factory.protected JsonMetaSchema.BuilderDefaultJsonMetaSchemaFactory. loadMetaSchemaBuilder(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config)protected JsonSchemaJsonSchemaFactory. loadSchema(SchemaLocation schemaUri, SchemaValidatorsConfig config)Loads the schema.protected JsonSchemaJsonSchemaFactory. newJsonSchema(SchemaLocation schemaUri, com.fasterxml.jackson.databind.JsonNode schemaNode, SchemaValidatorsConfig config)Creates a json schema from initial input.JsonSchemaJsonSchema. withConfig(SchemaValidatorsConfig config)Constructors in com.networknt.schema with parameters of type SchemaValidatorsConfig Constructor Description ValidationContext(JsonMetaSchema metaSchema, JsonSchemaFactory jsonSchemaFactory, SchemaValidatorsConfig config)ValidationContext(JsonMetaSchema metaSchema, JsonSchemaFactory jsonSchemaFactory, SchemaValidatorsConfig config, ConcurrentMap<String,JsonSchema> schemaReferences, ConcurrentMap<String,JsonSchema> schemaResources, ConcurrentMap<String,JsonSchema> dynamicAnchors) -
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 booleanJsonNodeUtil. isNodeNullable(com.fasterxml.jackson.databind.JsonNode schema, SchemaValidatorsConfig config)static booleanJsonNodeUtil. 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.
-