com.alibaba.dubbo.config.model
Class ConsumerMethodModel

java.lang.Object
  extended by com.alibaba.dubbo.config.model.ConsumerMethodModel

public class ConsumerMethodModel
extends Object

Author:
qinliujie

Constructor Summary
ConsumerMethodModel(Method method, ReferenceConfig metadata)
           
 
Method Summary
 ReferenceConfig getMetadata()
           
 Method getMethod()
           
 String getMethodName()
           
 Class<?>[] getParameterClasses()
           
 String[] getParameterTypes()
           
 Class<?> getReturnClass()
           
 boolean isGeneric()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsumerMethodModel

public ConsumerMethodModel(Method method,
                           ReferenceConfig metadata)
Method Detail

getMethod

public Method getMethod()

getReturnClass

public Class<?> getReturnClass()

getMethodName

public String getMethodName()

getParameterTypes

public String[] getParameterTypes()

getMetadata

public ReferenceConfig getMetadata()

isGeneric

public boolean isGeneric()

getParameterClasses

public Class<?>[] getParameterClasses()


Copyright © 2012–2017 Alibaba. All rights reserved.