| Modifier and Type | Method and Description |
|---|---|
OpenAPISupport.Builder |
OpenAPISupport.Builder.addOperationServer(String operationID,
String operationServer)
Adds an operation server for a given operation ID.
|
OpenAPISupport.Builder |
OpenAPISupport.Builder.addPathServer(String path,
String pathServer)
Adds a path server for a given path.
|
static OpenAPISupport.Builder |
OpenAPISupport.builder()
Creates a new
OpenAPISupport.Builder for OpenAPISupport using defaults. |
OpenAPISupport.Builder |
OpenAPISupport.Builder.config(Config config)
Set various builder attributes from the specified
Config object. |
OpenAPISupport.Builder |
OpenAPISupport.Builder.enableAnnotationProcessing(boolean isEnabled)
Sets whether annotation processing for OpenAPI annotations should
be enabled.
|
OpenAPISupport.Builder |
OpenAPISupport.Builder.filter(String className)
Set the app-provided OpenAPI model filter class.
|
OpenAPISupport.Builder |
OpenAPISupport.Builder.modelReader(String className)
Sets the app-provided model reader class.
|
OpenAPISupport.Builder |
OpenAPISupport.Builder.servers(String serverList)
Sets the servers which offer the endpoints in the OpenAPI document.
|
OpenAPISupport.Builder |
OpenAPISupport.Builder.staticFile(String path)
Sets the location of the static OpenAPI document file.
|
OpenAPISupport.Builder |
OpenAPISupport.Builder.webContext(String path)
Path under which to register OpenAPI endpoint on the web server.
|
Copyright © 2018–2019 Oracle Corporation. All rights reserved.