Liferay 6.0.4

com.liferay.portal.kernel.util
Class MethodKey

java.lang.Object
  extended by com.liferay.portal.kernel.util.MethodKey
All Implemented Interfaces:
Serializable

public class MethodKey
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MethodKey(Map<String,Class<?>> classesMap, Map<MethodKey,Method> methodsMap, String className, String methodName, Class<?>[] parameterTypes)
           
MethodKey(String className, String methodName, Class<?>[] parameterTypes)
           
 
Method Summary
static MethodKey create(String className, String methodName, String[] parameterTypeNames)
           
 boolean equals(Object obj)
           
 Map<String,Class<?>> getClassesMap()
           
 String getClassName()
           
 String getMethodName()
           
 Map<MethodKey,Method> getMethodsMap()
           
 Class<?>[] getParameterTypes()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodKey

public MethodKey(String className,
                 String methodName,
                 Class<?>[] parameterTypes)

MethodKey

public MethodKey(Map<String,Class<?>> classesMap,
                 Map<MethodKey,Method> methodsMap,
                 String className,
                 String methodName,
                 Class<?>[] parameterTypes)
Method Detail

create

public static MethodKey create(String className,
                               String methodName,
                               String[] parameterTypeNames)
                        throws ClassNotFoundException
Throws:
ClassNotFoundException

getClassesMap

public Map<String,Class<?>> getClassesMap()

getMethodsMap

public Map<MethodKey,Method> getMethodsMap()

getClassName

public String getClassName()

getMethodName

public String getMethodName()

getParameterTypes

public Class<?>[] getParameterTypes()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.0.4