com.alibaba.dubbo.config.spring.beans.factory.annotation
Class DubboConfigBindingBeanPostProcessor

java.lang.Object
  extended by com.alibaba.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor

public class DubboConfigBindingBeanPostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanPostProcessor

Dubbo Config Binding BeanPostProcessor

Since:
2.5.8
Author:
Mercy
See Also:
EnableDubboConfigBinding, DubboConfigBindingRegistrar

Constructor Summary
DubboConfigBindingBeanPostProcessor(String beanName, org.springframework.beans.PropertyValues propertyValues)
           
 
Method Summary
 Object postProcessAfterInitialization(Object bean, String beanName)
           
 Object postProcessBeforeInitialization(Object bean, String beanName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DubboConfigBindingBeanPostProcessor

public DubboConfigBindingBeanPostProcessor(String beanName,
                                           org.springframework.beans.PropertyValues propertyValues)
Parameters:
beanName - Binding Bean Name
propertyValues - PropertyValues
Method Detail

postProcessBeforeInitialization

public Object postProcessBeforeInitialization(Object bean,
                                              String beanName)
                                       throws org.springframework.beans.BeansException
Specified by:
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
Throws:
org.springframework.beans.BeansException

postProcessAfterInitialization

public Object postProcessAfterInitialization(Object bean,
                                             String beanName)
                                      throws org.springframework.beans.BeansException
Specified by:
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
Throws:
org.springframework.beans.BeansException


Copyright © 2012–2017 Alibaba. All rights reserved.