类 ConsumerMethodModel
- java.lang.Object
-
- org.apache.dubbo.rpc.model.ConsumerMethodModel
-
@Deprecated public class ConsumerMethodModel extends Object
已过时。Replaced withMethodDescriptor
-
-
构造器概要
构造器 构造器 说明 ConsumerMethodModel(Method method)已过时。
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 voidaddAttribute(String key, Object value)已过时。ObjectgetAttribute(String key)已过时。MethodgetMethod()已过时。StringgetMethodName()已过时。Class<?>[]getParameterClasses()已过时。String[]getParameterTypes()已过时。Class<?>getReturnClass()已过时。booleanisGeneric()已过时。
-
-
-
构造器详细资料
-
ConsumerMethodModel
public ConsumerMethodModel(Method method)
已过时。
-
-
方法详细资料
-
getMethod
public Method getMethod()
已过时。
-
getReturnClass
public Class<?> getReturnClass()
已过时。
-
getMethodName
public String getMethodName()
已过时。
-
getParameterTypes
public String[] getParameterTypes()
已过时。
-
isGeneric
public boolean isGeneric()
已过时。
-
getParameterClasses
public Class<?>[] getParameterClasses()
已过时。
-
-