@Component(value="blMultiTenantMergeBeanStatusProvider") public class MultiTenantMergeBeanStatusProvider extends Object implements MergeBeanStatusProvider
MergeBeanStatusProvider
can be utilized by modules that are trying to provide functionality that
is only required when MultiTenant is loaded.Constructor and Description |
---|
MultiTenantMergeBeanStatusProvider() |
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. |
public boolean isProcessingEnabled(Object bean, String beanName, org.springframework.context.ApplicationContext appCtx)
MergeBeanStatusProvider
AbstractMergeBeanPostProcessor
class to determine whether or not certain
lists should be processed or if they can be safely ignored.isProcessingEnabled
in interface MergeBeanStatusProvider
Copyright © 2022. All rights reserved.