- generateSynapseAPI() - Method in class org.wso2.carbon.mediation.commons.rest.api.swagger.APIGenerator
-
Generate API from provided swagger definition
- generateSynapseAPI(API) - Method in class org.wso2.carbon.mediation.commons.rest.api.swagger.APIGenerator
-
Generate API from provided swagger definition referring to the old API.
- generateUpdatedSynapseAPI(API) - Method in class org.wso2.carbon.mediation.commons.rest.api.swagger.APIGenerator
-
Function to generate updated API extracting the implementation from an existing API
- GenericApiObjectDefinition - Class in org.wso2.carbon.mediation.commons.rest.api.swagger
-
Generalized object structure for Swagger definitions of APIs.
- GenericApiObjectDefinition() - Constructor for class org.wso2.carbon.mediation.commons.rest.api.swagger.GenericApiObjectDefinition
-
- getHost(API) - Method in interface org.wso2.carbon.mediation.commons.rest.api.swagger.ServerConfig
-
Function to retrieve server host name for host entry in swagger definition (API).
- getHost(String) - Method in interface org.wso2.carbon.mediation.commons.rest.api.swagger.ServerConfig
-
Function to retrieve server host name by giving a transport.
- getOpenAPISpecification(boolean) - Method in class org.wso2.carbon.mediation.commons.rest.api.swagger.OpenAPIProcessor
-
Generate the OAS 3.0 definition for a given API.
- getPathMap(API) - Static method in class org.wso2.carbon.mediation.commons.rest.api.swagger.GenericApiObjectDefinition
-
Provides structure for the "paths" element in swagger definition.
- getUpdatedSwaggerFromApi(String, boolean, boolean) - Method in class org.wso2.carbon.mediation.commons.rest.api.swagger.OpenAPIProcessor
-
Update a given swagger definition of the Synapse API.