public interface ApiRef
| Modifier and Type | Method and Description |
|---|---|
static ApiRef |
create(String location) |
static ApiRef |
create(String location,
ResourceLoader resourceLoader) |
static ApiRef |
create(URI uri) |
String |
getFormat() |
String |
getLocation() |
Optional<ResourceLoader> |
getResourceLoader() |
default ApiVendor |
getVendor() |
InputStream |
resolve() |
static ApiRef create(String location, ResourceLoader resourceLoader)
String getLocation()
String getFormat()
InputStream resolve()
default ApiVendor getVendor()
Optional<ResourceLoader> getResourceLoader()
Copyright © 2019. All rights reserved.