public class ReloadableBeanFactoriesImpl extends Object implements Resettable, org.springframework.beans.factory.config.BeanPostProcessor
Constructor and Description |
---|
ReloadableBeanFactoriesImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
void |
reset() |
public void reset()
reset
in interface Resettable
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
org.springframework.beans.BeansException
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
org.springframework.beans.BeansException
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.