Uses of Class
com.networknt.schema.JsonSchemaFactory
-
Packages that use JsonSchemaFactory Package Description com.networknt.schema -
-
Uses of JsonSchemaFactory in com.networknt.schema
Fields in com.networknt.schema declared as JsonSchemaFactory Modifier and Type Field Description private JsonSchemaFactoryValidationContext. jsonSchemaFactoryMethods 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, java.util.function.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(java.lang.String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config)JsonMetaSchemaDisallowUnknownJsonMetaSchemaFactory. getMetaSchema(java.lang.String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config)JsonMetaSchemaJsonMetaSchemaFactory. getMetaSchema(java.lang.String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config)Gets the meta-schema given the IRI.protected JsonMetaSchemaDefaultJsonMetaSchemaFactory. loadMetaSchema(java.lang.String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config)protected JsonMetaSchema.BuilderDefaultJsonMetaSchemaFactory. loadMetaSchemaBuilder(java.lang.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, java.util.concurrent.ConcurrentMap<java.lang.String,JsonSchema> schemaReferences, java.util.concurrent.ConcurrentMap<java.lang.String,JsonSchema> schemaResources, java.util.concurrent.ConcurrentMap<java.lang.String,JsonSchema> dynamicAnchors)
-