Package com.networknt.schema.uri
Class ClasspathURLFetcher
- java.lang.Object
-
- com.networknt.schema.uri.ClasspathURLFetcher
-
- All Implemented Interfaces:
URIFetcher
public final class ClasspathURLFetcher extends Object implements URIFetcher
-
-
Field Summary
Fields Modifier and Type Field Description static Set<String>
SUPPORTED_SCHEMES
-
Constructor Summary
Constructors Constructor Description ClasspathURLFetcher()
-
-
-
Method Detail
-
fetch
public InputStream fetch(URI uri) throws IOException
- Specified by:
fetch
in interfaceURIFetcher
- Throws:
IOException
-
-