@Deprecated public class ConsumerMethodModel extends Object
MethodDescriptor| 构造器和说明 |
|---|
ConsumerMethodModel(Method method)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addAttribute(String key,
Object value)
已过时。
|
Object |
getAttribute(String key)
已过时。
|
Method |
getMethod()
已过时。
|
String |
getMethodName()
已过时。
|
Class<?>[] |
getParameterClasses()
已过时。
|
String[] |
getParameterTypes()
已过时。
|
Class<?> |
getReturnClass()
已过时。
|
boolean |
isGeneric()
已过时。
|
public ConsumerMethodModel(Method method)
public Method getMethod()
public Class<?> getReturnClass()
public String getMethodName()
public String[] getParameterTypes()
public boolean isGeneric()
public Class<?>[] getParameterClasses()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.