public class ConsumerMethodModel extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ConsumerMethodModel.AsyncMethodInfo |
| 构造器和说明 |
|---|
ConsumerMethodModel(Method method,
Map<String,Object> attributes) |
| 限定符和类型 | 方法和说明 |
|---|---|
ConsumerMethodModel.AsyncMethodInfo |
getAsyncInfo() |
Method |
getMethod() |
String |
getMethodName() |
Class<?>[] |
getParameterClasses() |
String[] |
getParameterTypes() |
Class<?> |
getReturnClass() |
boolean |
isGeneric() |
public Method getMethod()
public Class<?> getReturnClass()
public ConsumerMethodModel.AsyncMethodInfo getAsyncInfo()
public String getMethodName()
public String[] getParameterTypes()
public boolean isGeneric()
public Class<?>[] getParameterClasses()
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.