Uses of Class
com.networknt.schema.JsonSchemaFactory
Packages that use JsonSchemaFactory
-
Uses of JsonSchemaFactory in com.networknt.schema
Methods in com.networknt.schema that return JsonSchemaFactoryModifier and TypeMethodDescriptionJsonSchemaFactory.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.ValidationContext.getJsonSchemaFactory()
Methods in com.networknt.schema with parameters of type JsonSchemaFactoryModifier and TypeMethodDescriptionstatic JsonSchemaFactory.Builder
JsonSchemaFactory.builder
(JsonSchemaFactory blueprint) Builder from an existingJsonSchemaFactory
.DefaultJsonMetaSchemaFactory.getMetaSchema
(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config) DisallowUnknownJsonMetaSchemaFactory.getMetaSchema
(String iri, JsonSchemaFactory schemaFactory, SchemaValidatorsConfig config) 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 JsonSchemaFactoryModifierConstructorDescriptionValidationContext
(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)