类 ConfigurationBeanBindingPostProcessor

  • 所有已实现的接口:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.Ordered, org.springframework.core.PriorityOrdered

    public class ConfigurationBeanBindingPostProcessor
    extends java.lang.Object
    implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.BeanFactoryAware, org.springframework.core.PriorityOrdered
    The BeanPostProcessor class to bind the configuration bean
    从以下版本开始:
    1.0.0
    作者:
    Mercy
    • 构造器详细资料

      • ConfigurationBeanBindingPostProcessor

        public ConfigurationBeanBindingPostProcessor()
    • 方法详细资料

      • postProcessBeforeInitialization

        public java.lang.Object postProcessBeforeInitialization​(java.lang.Object bean,
                                                                java.lang.String beanName)
                                                         throws org.springframework.beans.BeansException
        指定者:
        postProcessBeforeInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessor
        抛出:
        org.springframework.beans.BeansException
      • postProcessAfterInitialization

        public java.lang.Object postProcessAfterInitialization​(java.lang.Object bean,
                                                               java.lang.String beanName)
                                                        throws org.springframework.beans.BeansException
        指定者:
        postProcessAfterInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessor
        抛出:
        org.springframework.beans.BeansException
      • setOrder

        public void setOrder​(int order)
        Set the order for current instance
        参数:
        order - the order
      • setConfigurationBeanBinder

        public void setConfigurationBeanBinder​(ConfigurationBeanBinder configurationBeanBinder)
      • setConfigurationBeanCustomizers

        public void setConfigurationBeanCustomizers​(java.util.Collection<ConfigurationBeanCustomizer> configurationBeanCustomizers)
      • setBeanFactory

        public void setBeanFactory​(org.springframework.beans.factory.BeanFactory beanFactory)
                            throws org.springframework.beans.BeansException
        指定者:
        setBeanFactory 在接口中 org.springframework.beans.factory.BeanFactoryAware
        抛出:
        org.springframework.beans.BeansException
      • getOrder

        public int getOrder()
        指定者:
        getOrder 在接口中 org.springframework.core.Ordered