接口 MethodDescriptor
-
public interface MethodDescriptor
-
-
嵌套类概要
嵌套类 修饰符和类型 接口 说明 static classMethodDescriptor.RpcType
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidaddAttribute(String key, Object value)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()booleanisGeneric()
-
-
-
方法详细资料
-
getMethodName
String getMethodName()
-
getParamDesc
String getParamDesc()
-
getCompatibleParamSignatures
String[] getCompatibleParamSignatures()
duplicate filed as paramDesc, but with different format.
-
getParameterClasses
Class<?>[] getParameterClasses()
-
getReturnClass
Class<?> getReturnClass()
-
getReturnTypes
Type[] getReturnTypes()
-
getRpcType
MethodDescriptor.RpcType getRpcType()
-
isGeneric
boolean isGeneric()
-
getMethod
Method getMethod()
Only available for ReflectionMethod- 返回:
- method
-
-