Package org.apache.dubbo.rpc.model
Interface MethodDescriptor
- All Known Implementing Classes:
ReflectionMethodDescriptor,StubMethodDescriptor
public interface MethodDescriptor
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
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- Returns:
- method
-
addAttribute
-
getAttribute
-
getActualRequestTypes
Class<?>[] getActualRequestTypes() -
getActualResponseType
Class<?> getActualResponseType()
-