Interface MethodDescriptor

All Known Implementing Classes:
ReflectionMethodDescriptor, StubMethodDescriptor

public interface MethodDescriptor
  • 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

    • isGeneric

      boolean isGeneric()
    • getMethod

      Method getMethod()
      Only available for ReflectionMethod
      Returns:
      method
    • addAttribute

      void addAttribute(String key, Object value)
    • getAttribute

      Object getAttribute(String key)