Class ConsumerMethodModel

java.lang.Object
org.apache.dubbo.rpc.model.ConsumerMethodModel

@Deprecated public class ConsumerMethodModel extends Object
Deprecated.
Replaced with MethodDescriptor
  • Constructor Details

    • ConsumerMethodModel

      public ConsumerMethodModel(Method method)
      Deprecated.
  • Method Details

    • getMethod

      public Method getMethod()
      Deprecated.
    • addAttribute

      public void addAttribute(String key, Object value)
      Deprecated.
    • getAttribute

      public Object getAttribute(String key)
      Deprecated.
    • getReturnClass

      public Class<?> getReturnClass()
      Deprecated.
    • getMethodName

      public String getMethodName()
      Deprecated.
    • getParameterTypes

      public String[] getParameterTypes()
      Deprecated.
    • isGeneric

      public boolean isGeneric()
      Deprecated.
    • getParameterClasses

      public Class<?>[] getParameterClasses()
      Deprecated.