public interface MethodDescriptor
| Modifier and Type | Interface and Description |
|---|---|
static class |
MethodDescriptor.RpcType |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(String key,
Object value) |
Object |
getAttribute(String key) |
String[] |
getCompatibleParamSignatures()
duplicate filed as paramDesc, but with different format.
|
Method |
getMethod()
Only available for ReflectionMethod
|
String |
getMethodName() |
String |
getParamDesc() |
Class<?>[] |
getParameterClasses() |
Class<?> |
getReturnClass() |
Type[] |
getReturnTypes() |
MethodDescriptor.RpcType |
getRpcType() |
boolean |
isGeneric() |
String getMethodName()
String getParamDesc()
String[] getCompatibleParamSignatures()
Class<?>[] getParameterClasses()
Class<?> getReturnClass()
Type[] getReturnTypes()
MethodDescriptor.RpcType getRpcType()
boolean isGeneric()
Method getMethod()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.