public interface MergeBeanStatusProvider
Modifier and Type | Method and Description |
---|---|
boolean |
isProcessingEnabled(Object bean,
String beanName,
org.springframework.context.ApplicationContext appCtx)
Typically used by the
AbstractMergeBeanPostProcessor class to determine whether or not certain
lists should be processed or if they can be safely ignored. |
boolean isProcessingEnabled(Object bean, String beanName, org.springframework.context.ApplicationContext appCtx)
AbstractMergeBeanPostProcessor
class to determine whether or not certain
lists should be processed or if they can be safely ignored.bean
- beanName
- appCtx
- Copyright © 2019. All rights reserved.