public class ApiDescriptionParser extends Object
| Constructor and Description |
|---|
ApiDescriptionParser() |
| Modifier and Type | Method and Description |
|---|---|
com.wordnik.swagger.model.ApiDescription |
parseApiDescription(Method method,
String description,
String resourcePath) |
public com.wordnik.swagger.model.ApiDescription parseApiDescription(Method method, String description, String resourcePath)
method - Method - Controller method to investigatedescription - String - Description of this APIresourcePath - String - the path of this API. For Spring MVC this would be the value of the RequestMappingCopyright © 2014. All rights reserved.