public class ServersUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
configureServers(OpenApiConfig config,
org.eclipse.microprofile.openapi.models.OpenAPI oai) |
protected static void |
configureServers(OpenApiConfig config,
org.eclipse.microprofile.openapi.models.Operation operation)
Configures the servers for an Operation.
|
protected static void |
configureServers(OpenApiConfig config,
String pathName,
org.eclipse.microprofile.openapi.models.PathItem pathItem)
Configures the servers for a PathItem.
|
public static final void configureServers(OpenApiConfig config, org.eclipse.microprofile.openapi.models.OpenAPI oai)
protected static void configureServers(OpenApiConfig config, String pathName, org.eclipse.microprofile.openapi.models.PathItem pathItem)
config - OpenApiConfigpathName - String representing the pathNamepathItem - String representing the pathItemprotected static void configureServers(OpenApiConfig config, org.eclipse.microprofile.openapi.models.Operation operation)
config - OpenApiConfigoperation - OperationCopyright © 2018–2019. All rights reserved.