Interface OpenApiConfigurationLoader
-
- All Known Subinterfaces:
StringOpenApiConfigurationLoader
- All Known Implementing Classes:
ClasspathOpenApiConfigurationLoader,FileOpenApiConfigurationLoader,ServiceOpenApiConfigurationLoader,URLOpenApiConfigurationLoader
public interface OpenApiConfigurationLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description booleanexists(String path)OpenAPIConfigurationload(String path)default StringreadInputStreamToString(InputStream stream)
-
-
-
Method Detail
-
load
OpenAPIConfiguration load(String path) throws IOException
- Throws:
IOException
-
exists
boolean exists(String path)
-
readInputStreamToString
default String readInputStreamToString(InputStream stream) throws IOException
- Throws:
IOException
-
-