Uses of Class
com.networknt.schema.JsonSchemaFactory
-
Packages that use JsonSchemaFactory Package Description com.networknt.schema -
-
Uses of JsonSchemaFactory in com.networknt.schema
Methods in com.networknt.schema that return JsonSchemaFactory Modifier and Type Method Description JsonSchemaFactory
JsonSchemaFactory.Builder. build()
static JsonSchemaFactory
JsonSchemaFactory. getInstance(SpecVersion.VersionFlag versionFlag)
Creates a factory with a default schema dialect.static JsonSchemaFactory
JsonSchemaFactory. getInstance(SpecVersion.VersionFlag versionFlag, Consumer<JsonSchemaFactory.Builder> customizer)
Creates a factory with a default schema dialect.JsonSchemaFactory
ValidationContext. getJsonSchemaFactory()
Methods in com.networknt.schema with parameters of type JsonSchemaFactory Modifier and Type Method Description static JsonSchemaFactory.Builder
JsonSchemaFactory. builder(JsonSchemaFactory blueprint)
Builder from an existingJsonSchemaFactory
.JsonMetaSchema
DefaultJsonMetaSchemaFactory. getMetaSchema(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config)
JsonMetaSchema
DisallowUnknownJsonMetaSchemaFactory. getMetaSchema(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config)
JsonMetaSchema
JsonMetaSchemaFactory. getMetaSchema(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config)
Gets the meta-schema given the IRI.protected JsonMetaSchema
DefaultJsonMetaSchemaFactory. loadMetaSchema(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config)
protected JsonMetaSchema.Builder
DefaultJsonMetaSchemaFactory. loadMetaSchemaBuilder(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config)
Constructors in com.networknt.schema with parameters of type JsonSchemaFactory 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)
-