Class ProviderMethodModel

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

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

    • ProviderMethodModel

      public ProviderMethodModel(Method method)
      Deprecated.
  • Method Details

    • getMethod

      public Method getMethod()
      Deprecated.
    • getMethodName

      public String getMethodName()
      Deprecated.
    • getMethodArgTypes

      public String[] getMethodArgTypes()
      Deprecated.
    • getAttributeMap

      public ConcurrentMap<String,Object> getAttributeMap()
      Deprecated.
    • getParameterClasses

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

      public Type[] getGenericParameterTypes()
      Deprecated.