public class ConsumerMethodModel extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConsumerMethodModel.AsyncMethodInfo |
| Constructor and Description |
|---|
ConsumerMethodModel(Method method,
Map<String,Object> attributes) |
| Modifier and Type | Method and Description |
|---|---|
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.