Uses of Class
org.apache.camel.component.bean.BeanInfo
-
Packages that use BeanInfo Package Description org.apache.camel.component.bean 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 BeanInfo Modifier and Type Method Description protected BeanInfo
MethodInfoCache. createBeanInfo(Class<?> declaringClass)
protected BeanInfo
RegistryBean. createBeanInfo(Object bean)
BeanInfo
BeanHolder. getBeanInfo()
Gets bean info for the bean.BeanInfo
BeanHolder. getBeanInfo(Object bean)
Gets bean info for the given bean.BeanInfo
ConstantBeanHolder. getBeanInfo()
BeanInfo
ConstantBeanHolder. getBeanInfo(Object bean)
BeanInfo
ConstantTypeBeanHolder. getBeanInfo()
BeanInfo
ConstantTypeBeanHolder. getBeanInfo(Object bean)
protected BeanInfo
MethodInfoCache. getBeanInfo(Class<?> declaringClass)
BeanInfo
RegistryBean. getBeanInfo()
BeanInfo
RegistryBean. getBeanInfo(Object bean)
BeanInfo
RequestBeanHolder. getBeanInfo()
BeanInfo
RequestBeanHolder. getBeanInfo(Object bean)
Constructors in org.apache.camel.component.bean with parameters of type BeanInfo Constructor Description AbstractBeanProcessor(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 BeanInfo Constructor Description MethodInfoCache(org.apache.camel.CamelContext camelContext, Map<Class<?>,BeanInfo> classCache, Map<Method,MethodInfo> methodCache)
-