public class ConfigUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
applyConfig(OpenApiConfig config,
org.eclipse.microprofile.openapi.models.OpenAPI oai) |
protected static void |
configureInfo(OpenApiConfig config,
org.eclipse.microprofile.openapi.models.OpenAPI oai) |
protected 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.
|
protected static void |
configureVersion(OpenApiConfig config,
org.eclipse.microprofile.openapi.models.OpenAPI oai) |
public static final void applyConfig(OpenApiConfig config, org.eclipse.microprofile.openapi.models.OpenAPI oai)
protected static final void configureVersion(OpenApiConfig config, org.eclipse.microprofile.openapi.models.OpenAPI oai)
protected static final void configureInfo(OpenApiConfig config, org.eclipse.microprofile.openapi.models.OpenAPI oai)
protected 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–2021. All rights reserved.