接口 ConfigurationBeanCustomizer

    • 字段概要

      • 从接口继承的字段 org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      void customize​(java.lang.String beanName, java.lang.Object configurationBean)
      Customize the configuration bean
      • 从接口继承的方法 org.springframework.core.Ordered

        getOrder
    • 方法详细资料

      • customize

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