Package io.swagger.model
Class ApiDescription
- java.lang.Object
-
- io.swagger.model.ApiDescription
-
@Deprecated public class ApiDescription extends Object
Deprecated.legacy support for swagger 1.2 deployments
-
-
Constructor Summary
Constructors Constructor Description ApiDescription(String path, String method)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetMethod()Deprecated.StringgetPath()Deprecated.voidsetMethod(String method)Deprecated.voidsetPath(String path)Deprecated.
-