Class GenericApiObjectDefinition
- java.lang.Object
-
- org.wso2.carbon.mediation.transport.handlers.requestprocessors.swagger.GenericApiObjectDefinition
-
@Deprecated public class GenericApiObjectDefinition extends Object
Deprecated.Generalized object structure for Swagger definitions of APIs. This structure contains set of Maps which compatible with both JSON and YAML formats. This is deprecated and moved to org.wso2.carbon.mediation.commons.swagger.GenericApiObjectDefinition
-
-
Constructor Summary
Constructors Constructor Description GenericApiObjectDefinition(org.apache.synapse.api.API api)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Map<String,Object>
getDefinitionMap()
Deprecated.Provides a map which represents the structure of swagger definition.
-