- generateSynapseAPI() - Method in class org.wso2.carbon.mediation.commons.rest.api.swagger.APIGenerator
-
Generate API from provided swagger definition
- 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(API, ServerConfig) - Constructor for class org.wso2.carbon.mediation.commons.rest.api.swagger.GenericApiObjectDefinition
-
- GenericApiObjectDefinition(API) - Constructor for class org.wso2.carbon.mediation.commons.rest.api.swagger.GenericApiObjectDefinition
-
- getDefinitionMap() - Method in class org.wso2.carbon.mediation.commons.rest.api.swagger.GenericApiObjectDefinition
-
Provides a map which represents the structure of swagger definition.
- 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.