Interface MergeBeanStatusProvider
- All Known Implementing Classes:
MultiTenantMergeBeanStatusProvider
public interface MergeBeanStatusProvider
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisProcessingEnabled(Object bean, String beanName, org.springframework.context.ApplicationContext appCtx) Typically used by theAbstractMergeBeanPostProcessorclass to determine whether or not certain lists should be processed or if they can be safely ignored.
-
Method Details
-
isProcessingEnabled
boolean isProcessingEnabled(Object bean, String beanName, org.springframework.context.ApplicationContext appCtx) Typically used by theAbstractMergeBeanPostProcessorclass to determine whether or not certain lists should be processed or if they can be safely ignored.- Parameters:
bean-beanName-appCtx-- Returns:
- whether or not processing should be triggered
-