Uses of Enum Class
org.apache.camel.BeanScope
Packages that use BeanScope
-
Uses of BeanScope in org.apache.camel
Subclasses with type arguments of type BeanScope in org.apache.camelMethods in org.apache.camel that return BeanScope -
Uses of BeanScope in org.apache.camel.spi
Methods in org.apache.camel.spi with parameters of type BeanScopeModifier and TypeMethodDescriptionBeanProcessorFactory.createBeanProcessor(CamelContext camelContext, @Nullable Object bean, @Nullable String beanType, @Nullable Class<?> beanClass, @Nullable String ref, @Nullable String method, BeanScope scope) Creates the bean processor from a given set of parameters that can refer to the bean via an existing bean, a reference to a bean, or its class name etc.