Interface ConfigurationBeanCustomizer

    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void customize​(java.lang.String beanName, java.lang.Object configurationBean)
      Customize the configuration bean
      • Methods inherited from interface org.springframework.core.Ordered

        getOrder
    • Method Detail

      • customize

        void customize​(java.lang.String beanName,
                       java.lang.Object configurationBean)
        Customize the configuration bean
        Parameters:
        beanName - the name of the configuration bean
        configurationBean - the configuration bean