Class DubboConfigDefaultPropertyValueBeanPostProcessor

java.lang.Object
org.apache.dubbo.config.spring.util.GenericBeanPostProcessorAdapter<AbstractConfig>
org.apache.dubbo.config.spring.beans.factory.config.DubboConfigDefaultPropertyValueBeanPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor, org.springframework.core.Ordered, org.springframework.core.PriorityOrdered

public class DubboConfigDefaultPropertyValueBeanPostProcessor extends 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
Since:
2.7.6
  • Field Details

  • Constructor Details

    • DubboConfigDefaultPropertyValueBeanPostProcessor

      public DubboConfigDefaultPropertyValueBeanPostProcessor()
  • Method Details

    • postProcessMergedBeanDefinition

      public void postProcessMergedBeanDefinition(org.springframework.beans.factory.support.RootBeanDefinition beanDefinition, Class<?> beanType, String beanName)
      Specified by:
      postProcessMergedBeanDefinition in interface org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered
      Returns:
      Higher than InitDestroyAnnotationBeanPostProcessor.getOrder()
      See Also:
      • InitDestroyAnnotationBeanPostProcessor
      • CommonAnnotationBeanPostProcessor
      • PostConstruct