@Component public class SpringConfigInjectionPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
ConfigurationInjection
.Constructor and Description |
---|
SpringConfigInjectionPostProcessor() |
Modifier and Type | Method and Description |
---|---|
Object |
postProcessAfterInitialization(Object o,
String s) |
Object |
postProcessBeforeInitialization(Object o,
String s) |
public Object postProcessBeforeInitialization(Object o, String s) throws org.springframework.beans.BeansException
postProcessBeforeInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
org.springframework.beans.BeansException
public Object postProcessAfterInitialization(Object o, String s) throws org.springframework.beans.BeansException
postProcessAfterInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
org.springframework.beans.BeansException
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.