org.apache.camel.guice.support.internal
Class MethodKey

java.lang.Object
  extended by org.apache.camel.guice.support.internal.MethodKey

public class MethodKey
extends Object

A key of methods comparing the method name and parameter types

Version:

Constructor Summary
MethodKey(Method method)
           
MethodKey(String name, Class<?>[] parameterTypes)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodKey

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

MethodKey

public MethodKey(Method method)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Apache Camel