public abstract class HttpMethodInfoBuilder extends Object implements RequestInfoBuilder
| Constructor and Description |
|---|
HttpMethodInfoBuilder(Method method,
TornaConfig tornaConfig) |
| Modifier and Type | Method and Description |
|---|---|
io.swagger.annotations.ApiOperation |
getApiOperation() |
String |
getHttpMethod() |
Method |
getMethod() |
TornaConfig |
getTornaConfig() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildContentType, buildUrlpublic HttpMethodInfoBuilder(Method method, TornaConfig tornaConfig)
public String getHttpMethod()
getHttpMethod in interface RequestInfoBuilderpublic TornaConfig getTornaConfig()
public Method getMethod()
getMethod in interface RequestInfoBuilderpublic io.swagger.annotations.ApiOperation getApiOperation()
getApiOperation in interface RequestInfoBuilderCopyright © 2023. All Rights Reserved.