Interface MergeBeanStatusProvider
- All Known Implementing Classes:
MultiTenantMergeBeanStatusProvider
public interface MergeBeanStatusProvider
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isProcessingEnabled
(Object bean, String beanName, org.springframework.context.ApplicationContext appCtx) Typically used by theAbstractMergeBeanPostProcessor
class 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 theAbstractMergeBeanPostProcessor
class 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
-