Uses of Interface
com.networknt.schema.uri.URIFactory
-
Packages that use URIFactory Package Description com.networknt.schema com.networknt.schema.uri -
-
Uses of URIFactory in com.networknt.schema
Methods in com.networknt.schema that return URIFactory Modifier and Type Method Description URIFactoryJsonSchemaFactory. getUriFactory()URIFactoryValidationContext. getURIFactory()Methods in com.networknt.schema with parameters of type URIFactory Modifier and Type Method Description JsonSchemaFactory.BuilderJsonSchemaFactory.Builder. uriFactory(URIFactory uriFactory, Iterable<String> schemes)JsonSchemaFactory.BuilderJsonSchemaFactory.Builder. uriFactory(URIFactory uriFactory, String... schemes)Maps a number of schemes to aURIFactory.Constructors in com.networknt.schema with parameters of type URIFactory 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) -
Uses of URIFactory in com.networknt.schema.uri
Classes in com.networknt.schema.uri that implement URIFactory Modifier and Type Class Description classClasspathURLFactoryA URIFactory that uses URL for creatingURIs.classURISchemeFactoryThe URISchemaFactory will proxy to otherURIFactorys based on the scheme being used.classURLFactoryA URIFactory that uses URL for creatingURIs.classURNURIFactoryA URIFactory that handles "urn" scheme ofURIs.Methods in com.networknt.schema.uri that return types with arguments of type URIFactory Modifier and Type Method Description Map<String,URIFactory>URISchemeFactory. getURIFactories()Constructor parameters in com.networknt.schema.uri with type arguments of type URIFactory Constructor Description URISchemeFactory(Map<String,URIFactory> uriFactories)
-