Interface MergeBeanStatusProvider

All Known Implementing Classes:
MultiTenantMergeBeanStatusProvider

public interface MergeBeanStatusProvider
  • Method Summary

    Modifier and Type
    Method
    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.
  • Method Details

    • isProcessingEnabled

      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.
      Parameters:
      bean -
      beanName -
      appCtx -
      Returns:
      whether or not processing should be triggered