Uses of Interface
com.networknt.schema.uri.URIFetcher
-
Packages that use URIFetcher Package Description com.networknt.schema com.networknt.schema.uri -
-
Uses of URIFetcher in com.networknt.schema
Methods in com.networknt.schema with parameters of type URIFetcher Modifier and Type Method Description JsonSchemaFactory.BuilderJsonSchemaFactory.Builder. uriFetcher(URIFetcher uriFetcher, Iterable<String> schemes)JsonSchemaFactory.BuilderJsonSchemaFactory.Builder. uriFetcher(URIFetcher uriFetcher, String... schemes)Maps a number of schemes to aURIFetcher. -
Uses of URIFetcher in com.networknt.schema.uri
Classes in com.networknt.schema.uri that implement URIFetcher Modifier and Type Class Description classClasspathURLFetcherclassURISchemeFetcherThe URISchemeFetcher will proxy to otherURIFetchers based on the scheme being used.classURLFetcherMethods in com.networknt.schema.uri that return types with arguments of type URIFetcher Modifier and Type Method Description Map<String,URIFetcher>URISchemeFetcher. getURIFetchers()Constructor parameters in com.networknt.schema.uri with type arguments of type URIFetcher Constructor Description URISchemeFetcher(Map<String,URIFetcher> uriFetchers)
-