Class ChildBeanPostProcessorStrategy
java.lang.Object
de.hybris.platform.converters.impl.ChildBeanPostProcessorStrategy
A strategy for applying modification to target bean and all its child beans according to bean definition.
-
Constructor Summary
ConstructorsConstructorDescriptionChildBeanPostProcessorStrategy(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) -
Method Summary
-
Constructor Details
-
ChildBeanPostProcessorStrategy
public ChildBeanPostProcessorStrategy(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
-
-
Method Details
-
process
Applies operation to beans of type beanClass starting from bean provided by targetProvider and including all child beans.- Parameters:
beanClass- class of beans to processtargetProvider- starting bean defining bean hierarchyoperation- operation executed on selected beans
-