com.alibaba.druid.support.spring.stat
Class SpringMethodInfo

java.lang.Object
  extended by com.alibaba.druid.support.spring.stat.SpringMethodInfo

public class SpringMethodInfo
extends Object


Constructor Summary
SpringMethodInfo(Class<?> instanceClass, Method method)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getClassName()
           
 String getMethodName()
           
static String getMethodSignature(Method method)
           
 String getSignature()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringMethodInfo

public SpringMethodInfo(Class<?> instanceClass,
                        Method method)
Method Detail

getClassName

public String getClassName()

getMethodName

public String getMethodName()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getMethodSignature

public static String getMethodSignature(Method method)

getSignature

public String getSignature()


Copyright © 2012 Alibaba Group. All Rights Reserved.