类 ReflectionMethodDescriptor
- java.lang.Object
-
- org.apache.dubbo.rpc.model.ReflectionMethodDescriptor
-
- 所有已实现的接口:
MethodDescriptor
public class ReflectionMethodDescriptor extends Object implements MethodDescriptor
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 org.apache.dubbo.rpc.model.MethodDescriptor
MethodDescriptor.RpcType
-
-
字段概要
字段 修饰符和类型 字段 说明 StringmethodName
-
构造器概要
构造器 构造器 说明 ReflectionMethodDescriptor(Method method)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidaddAttribute(String key, Object value)booleanequals(Object o)ObjectgetAttribute(String key)String[]getCompatibleParamSignatures()duplicate filed as paramDesc, but with different format.MethodgetMethod()Only available for ReflectionMethodStringgetMethodName()StringgetParamDesc()Class<?>[]getParameterClasses()Class<?>getReturnClass()Type[]getReturnTypes()MethodDescriptor.RpcTypegetRpcType()inthashCode()booleanisGeneric()
-
-
-
字段详细资料
-
methodName
public final String methodName
-
-
构造器详细资料
-
ReflectionMethodDescriptor
public ReflectionMethodDescriptor(Method method)
-
-
方法详细资料
-
getMethodName
public String getMethodName()
- 指定者:
getMethodName在接口中MethodDescriptor
-
getMethod
public Method getMethod()
从接口复制的说明:MethodDescriptorOnly available for ReflectionMethod- 指定者:
getMethod在接口中MethodDescriptor- 返回:
- method
-
getCompatibleParamSignatures
public String[] getCompatibleParamSignatures()
从接口复制的说明:MethodDescriptorduplicate filed as paramDesc, but with different format.- 指定者:
getCompatibleParamSignatures在接口中MethodDescriptor
-
getParameterClasses
public Class<?>[] getParameterClasses()
- 指定者:
getParameterClasses在接口中MethodDescriptor
-
getParamDesc
public String getParamDesc()
- 指定者:
getParamDesc在接口中MethodDescriptor
-
getReturnClass
public Class<?> getReturnClass()
- 指定者:
getReturnClass在接口中MethodDescriptor
-
getReturnTypes
public Type[] getReturnTypes()
- 指定者:
getReturnTypes在接口中MethodDescriptor
-
getRpcType
public MethodDescriptor.RpcType getRpcType()
- 指定者:
getRpcType在接口中MethodDescriptor
-
isGeneric
public boolean isGeneric()
- 指定者:
isGeneric在接口中MethodDescriptor
-
addAttribute
public void addAttribute(String key, Object value)
- 指定者:
addAttribute在接口中MethodDescriptor
-
getAttribute
public Object getAttribute(String key)
- 指定者:
getAttribute在接口中MethodDescriptor
-
-