public class ChildBeanPostProcessorStrategy
extends java.lang.Object
| Constructor and Description |
|---|
ChildBeanPostProcessorStrategy(ConfigurableListableBeanFactory beanFactory) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
process(java.lang.Class<T> beanClass,
java.util.function.Supplier<T> targetProvider,
java.util.function.Consumer<T> operation)
Applies operation to beans of type beanClass starting from bean provided by targetProvider and including all child
beans.
|
public ChildBeanPostProcessorStrategy(ConfigurableListableBeanFactory beanFactory)
public <T> void process(java.lang.Class<T> beanClass,
java.util.function.Supplier<T> targetProvider,
java.util.function.Consumer<T> operation)
beanClass - class of beans to processtargetProvider - starting bean defining bean hierarchyoperation - operation executed on selected beansCopyright © 2018 SAP SE. All Rights Reserved.