Uses of Interface
com.networknt.schema.urn.URNFactory
-
Packages that use URNFactory Package Description com.networknt.schema -
-
Uses of URNFactory in com.networknt.schema
Methods in com.networknt.schema that return URNFactory Modifier and Type Method Description URNFactoryValidationContext. getURNFactory()Methods in com.networknt.schema with parameters of type URNFactory Modifier and Type Method Description JsonSchemaFactory.BuilderJsonSchemaFactory.Builder. addUrnFactory(URNFactory urnFactory)Constructors in com.networknt.schema with parameters of type URNFactory Constructor Description ValidationContext(URIFactory uriFactory, URNFactory urnFactory, JsonMetaSchema metaSchema, JsonSchemaFactory jsonSchemaFactory, SchemaValidatorsConfig config)ValidationContext(URIFactory uriFactory, URNFactory urnFactory, JsonMetaSchema metaSchema, JsonSchemaFactory jsonSchemaFactory, SchemaValidatorsConfig config, ConcurrentMap<String,JsonSchema> schemaReferences, ConcurrentMap<String,JsonSchema> schemaResources)
-