public class OperationMeta extends Object
| Constructor and Description |
|---|
OperationMeta() |
| Modifier and Type | Method and Description |
|---|---|
ResponseMeta |
findResponseMeta(int statusCode) |
Executor |
getExecutor() |
<T> T |
getExtData(String key) |
String |
getHttpMethod() |
Method |
getMethod() |
String |
getMicroserviceName() |
String |
getMicroserviceQualifiedName() |
String |
getOperationId() |
String |
getOperationPath() |
String |
getParamName(int idx) |
int |
getParamSize() |
SchemaMeta |
getSchemaMeta() |
String |
getSchemaQualifiedName() |
io.swagger.models.Operation |
getSwaggerOperation() |
void |
init(SchemaMeta schemaMeta,
Method method,
String operationPath,
String httpMethod,
io.swagger.models.Operation swaggerOperation) |
boolean |
isSync() |
void |
putExtData(String key,
Object data) |
void |
setExecutor(Executor executor) |
void |
setHttpMethod(String httpMethod) |
public void init(SchemaMeta schemaMeta, Method method, String operationPath, String httpMethod, io.swagger.models.Operation swaggerOperation)
public String getHttpMethod()
public void setHttpMethod(String httpMethod)
public String getOperationPath()
public io.swagger.models.Operation getSwaggerOperation()
public ResponseMeta findResponseMeta(int statusCode)
public SchemaMeta getSchemaMeta()
public String getSchemaQualifiedName()
public String getMicroserviceQualifiedName()
public String getMicroserviceName()
public Method getMethod()
public String getOperationId()
public String getParamName(int idx)
public <T> T getExtData(String key)
public boolean isSync()
public Executor getExecutor()
public void setExecutor(Executor executor)
public int getParamSize()
Copyright © 2017. All rights reserved.