public interface OpenApiConfigurationLoader
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String path) |
OpenAPIConfiguration |
load(String path) |
default String |
readInputStreamToString(InputStream stream) |
OpenAPIConfiguration load(String path) throws IOException
IOExceptionboolean exists(String path)
default String readInputStreamToString(InputStream stream) throws IOException
IOExceptionCopyright © 2021. All rights reserved.