public interface BeanPostProcessor
| Modifier and Type | Method and Description |
|---|---|
<T> T |
postProcessBean(java.lang.String name,
T bean)
Allows to post-process beans of a
BeanRegistry. |
<T> T postProcessBean(java.lang.String name,
T bean)
BeanRegistry.
The bean can be changed or even replaced, but must have the same type.
T - the type of the beanname - the bean namebean - the bean to post-process