Package io.openapiparser
Interface Reader
-
public interface Readerreader to load a document by its URI/URL. Should handle security if required.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.InputStreamread(java.net.URI uri)load document.
-