Uses of Class
com.networknt.schema.SchemaValidatorsConfig
-
Packages that use SchemaValidatorsConfig Package Description com.networknt.schema -
-
Uses of SchemaValidatorsConfig in com.networknt.schema
Fields in com.networknt.schema declared as SchemaValidatorsConfig Modifier and Type Field Description protected SchemaValidatorsConfigBaseJsonValidator. configSchemaValidatorsConfig can only get and set in validationContextMethods in com.networknt.schema that return SchemaValidatorsConfig Modifier and Type Method Description SchemaValidatorsConfigValidationContext. getConfig()Methods in com.networknt.schema with parameters of type SchemaValidatorsConfig Modifier and Type Method Description JsonSchemaJsonSchemaFactory. getSchema(com.fasterxml.jackson.databind.JsonNode jsonNode, SchemaValidatorsConfig config)JsonSchemaJsonSchemaFactory. getSchema(InputStream schemaStream, SchemaValidatorsConfig config)JsonSchemaJsonSchemaFactory. getSchema(String schema, SchemaValidatorsConfig config)JsonSchemaJsonSchemaFactory. getSchema(URL schemaURL, SchemaValidatorsConfig config)voidValidationContext. setConfig(SchemaValidatorsConfig config)
-