@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.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Object postProcessAfterInitialization(Object o, String s) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionCopyright © 2014–2016 Apache Software Foundation. All rights reserved.