Uses of Class
org.apache.camel.component.bean.BeanInfo
Packages that use BeanInfo
Package
Description
The Bean Component which will look up the
bean name in the Spring ApplicationContext and use that to dispatch messages to a POJO
-
Uses of BeanInfo in org.apache.camel.component.bean
Methods in org.apache.camel.component.bean that return BeanInfoModifier and TypeMethodDescriptionprotected BeanInfoMethodInfoCache.createBeanInfo(Class<?> declaringClass) protected BeanInfoRegistryBean.createBeanInfo(Object bean) BeanHolder.getBeanInfo()Gets bean info for the bean.BeanHolder.getBeanInfo(Object bean) Gets bean info for the given bean.ConstantBeanHolder.getBeanInfo()ConstantBeanHolder.getBeanInfo(Object bean) ConstantTypeBeanHolder.getBeanInfo()ConstantTypeBeanHolder.getBeanInfo(Object bean) protected BeanInfoMethodInfoCache.getBeanInfo(Class<?> declaringClass) RegistryBean.getBeanInfo()RegistryBean.getBeanInfo(Object bean) RequestBeanHolder.getBeanInfo()RequestBeanHolder.getBeanInfo(Object bean) Constructors in org.apache.camel.component.bean with parameters of type BeanInfoModifierConstructorDescriptionAbstractBeanProcessor(Object pojo, BeanInfo beanInfo) BeanProcessor(Object pojo, BeanInfo beanInfo) ConstantBeanHolder(Object bean, BeanInfo beanInfo) ConstantTypeBeanHolder(Class<?> type, BeanInfo beanInfo) Constructor parameters in org.apache.camel.component.bean with type arguments of type BeanInfoModifierConstructorDescriptionMethodInfoCache(org.apache.camel.CamelContext camelContext, Map<Class<?>, BeanInfo> classCache, Map<Method, MethodInfo> methodCache)