public interface OASProvider
RESTful web services that want to push their OpenAPI Specification documents into the OpenAPI feature, have to implement this interface.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContextRoot() |
java.util.List<OASProviderResult> |
getResults()
OpenAPI Specification document can be exposed by implementing this method.
|
boolean |
isPublic()
Specifies whether the provided documents should be included in the public aggregated OpenAPI feature document or not.
|
java.util.List<OASProviderResult> getResults()
OASProviderResult
objects containing OpenAPI Specification documents.java.lang.String getContextRoot()
boolean isPublic()