类 DubboConfigDefaultPropertyValueBeanPostProcessor

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

    public class DubboConfigDefaultPropertyValueBeanPostProcessor
    extends com.alibaba.spring.beans.factory.config.GenericBeanPostProcessorAdapter<AbstractConfig>
    implements org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor, org.springframework.core.PriorityOrdered
    The BeanPostProcessor class for the default property value of Dubbo's Config Beans
    从以下版本开始:
    2.7.6
    • 构造器详细资料

      • DubboConfigDefaultPropertyValueBeanPostProcessor

        public DubboConfigDefaultPropertyValueBeanPostProcessor()
    • 方法详细资料

      • postProcessMergedBeanDefinition

        public void postProcessMergedBeanDefinition​(org.springframework.beans.factory.support.RootBeanDefinition beanDefinition,
                                                    Class<?> beanType,
                                                    String beanName)
        指定者:
        postProcessMergedBeanDefinition 在接口中 org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor
      • getOrder

        public int getOrder()
        指定者:
        getOrder 在接口中 org.springframework.core.Ordered
        返回:
        Higher than InitDestroyAnnotationBeanPostProcessor.getOrder()
        另请参阅:
        InitDestroyAnnotationBeanPostProcessor, CommonAnnotationBeanPostProcessor, PostConstruct