@Component public class SpringBeanInfo extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
| Constructor and Description |
|---|
SpringBeanInfo() |
| Modifier and Type | Method and Description |
|---|---|
Object |
postProcessAfterInitialization(Object object,
String string) |
Object |
postProcessBeforeInitialization(Object object,
String string) |
public Object postProcessBeforeInitialization(Object object, String string) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Object postProcessAfterInitialization(Object object, String string) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionCopyright © 2018. All rights reserved.