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 JsonSchemaFactoryJsonSchemaFactory.Builder. build()static JsonSchemaFactoryJsonSchemaFactory. getInstance(SpecVersion.VersionFlag versionFlag)Creates a factory with a default schema dialect.static JsonSchemaFactoryJsonSchemaFactory. getInstance(SpecVersion.VersionFlag versionFlag, Consumer<JsonSchemaFactory.Builder> customizer)Creates a factory with a default schema dialect.JsonSchemaFactoryValidationContext. getJsonSchemaFactory()Methods in com.networknt.schema with parameters of type JsonSchemaFactory Modifier and Type Method Description static JsonSchemaFactory.BuilderJsonSchemaFactory. builder(JsonSchemaFactory blueprint)Builder from an existingJsonSchemaFactory.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.protected JsonMetaSchemaDefaultJsonMetaSchemaFactory. loadMetaSchema(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config)protected JsonMetaSchema.BuilderDefaultJsonMetaSchemaFactory. 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)
-