| Package | Description |
|---|---|
| org.wso2.apimgt.gateway.cli.model.route | |
| org.wso2.apimgt.gateway.cli.model.template.service | |
| org.wso2.apimgt.gateway.cli.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointListRouteDTO.validateEndpoints()
Validate the provided set of endpoint URLs.
|
| Modifier and Type | Method and Description |
|---|---|
C |
BallerinaOpenAPIObject.buildContext(D definition)
Build the Ballerina context model
C for Open APIDetailedDTO definition/component in D. |
C |
BallerinaOpenAPIObject.buildContext(D definition,
ExtendedAPI api)
Build the Ballerina context model
C for Open APIDetailedDTO definition/component in D. |
BallerinaOperation |
BallerinaOperation.buildContext(io.swagger.v3.oas.models.Operation operation) |
BallerinaOperation |
BallerinaOperation.buildContext(io.swagger.v3.oas.models.Operation operation,
ExtendedAPI api) |
BallerinaPath |
BallerinaPath.buildContext(io.swagger.v3.oas.models.PathItem item) |
BallerinaPath |
BallerinaPath.buildContext(io.swagger.v3.oas.models.PathItem item,
ExtendedAPI api) |
BallerinaPath |
BallerinaPath.buildContext(io.swagger.v3.oas.models.PathItem item,
ExtendedAPI api,
Boolean generateApiFaultResponses) |
BallerinaOperation |
BallerinaOperation.buildContextForNotAllowed(ExtendedAPI api)
This method is used to generate a dummy service for 405 responses.
|
BallerinaPath |
BallerinaPath.buildContextForNotFound(ExtendedAPI api) |
BallerinaOperation |
BallerinaOperation.buildContextForNotFound(ExtendedAPI api)
This method is used to generate a dummy service for 404 responses.
|
| Modifier and Type | Method and Description |
|---|---|
static MgwEndpointConfigDTO |
OpenAPICodegenUtils.getResourceEpConfigForCodegen(io.swagger.v3.oas.models.Operation operation)
get resource Endpoint configuration in the format of
MgwEndpointConfigDTO to match the mustache
template. |
static RouteEndpointConfig |
RouteUtils.parseEndpointConfig(String epConfigJson,
APIEndpointSecurityDTO epSecurity)
To parse the Endpoint Configuration received from API Manager to RouteEndpointConfig Object.
|
Copyright © 2021 WSO2. All rights reserved.