Class BeanInfoCacheKey

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

public final class BeanInfoCacheKey extends Object
A key used for caching BeanInfo by the BeanComponent
  • Constructor Details

    • BeanInfoCacheKey

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