org.apache.camel.component.bean
Class BeanInfoCacheKey

java.lang.Object
  extended by org.apache.camel.component.bean.BeanInfoCacheKey

public final class BeanInfoCacheKey
extends Object

A key used for caching BeanInfo by the BeanComponent


Constructor Summary
BeanInfoCacheKey(Class<?> type, Method explicitMethod)
           
 
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

BeanInfoCacheKey

public BeanInfoCacheKey(Class<?> type,
                        Method explicitMethod)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Apache Camel