@Deprecated public class ConsumerMethodModel extends Object
MethodDescriptor| Constructor and Description |
|---|
ConsumerMethodModel(Method method)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(String key,
Object value)
Deprecated.
|
Object |
getAttribute(String key)
Deprecated.
|
Method |
getMethod()
Deprecated.
|
String |
getMethodName()
Deprecated.
|
Class<?>[] |
getParameterClasses()
Deprecated.
|
String[] |
getParameterTypes()
Deprecated.
|
Class<?> |
getReturnClass()
Deprecated.
|
boolean |
isGeneric()
Deprecated.
|
public ConsumerMethodModel(Method method)
public Method getMethod()
public Class<?> getReturnClass()
public String getMethodName()
public String[] getParameterTypes()
public boolean isGeneric()
public Class<?>[] getParameterClasses()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.