Package com.networknt.schema.uri
Interface URIFetcher
-
- All Known Implementing Classes:
ClasspathURLFetcher
,URISchemeFetcher
,URLFetcher
public interface URIFetcher
The URIFetcher interface defines how file streams are able to be fetched given aURI
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
fetch(URI uri)
-
-
-
Method Detail
-
fetch
InputStream fetch(URI uri) throws IOException
- Throws:
IOException
-
-