Package com.networknt.schema.uri
-
Interface Summary Interface Description URIFactory The URIFactory interface defines howURI
s are able to be combined and created.URIFetcher The URIFetcher interface defines how file streams are able to be fetched given aURI
. -
Class Summary Class Description ClasspathURLFactory A URIFactory that uses URL for creatingURI
s.ClasspathURLFetcher URISchemeFactory The URISchemaFactory will proxy to otherURIFactory
s based on the scheme being used.URISchemeFetcher The URISchemeFetcher will proxy to otherURIFetcher
s based on the scheme being used.URLFactory A URIFactory that uses URL for creatingURI
s.URLFetcher