public class SystemPropertyInitializingBean extends Object implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.core.PriorityOrdered
| Constructor and Description |
|---|
SystemPropertyInitializingBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
void |
setDebugKeys(String[] debugPatterns) |
void |
setOrder(int order) |
void |
setOverride(boolean override) |
void |
setPropertyMap(Map<String,String> propertyMap) |
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void setOrder(int order)
public void setOverride(boolean override)
public void setDebugKeys(String[] debugPatterns) throws DotNotationException
DotNotationExceptionpublic void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
throws org.springframework.beans.BeansException
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessororg.springframework.beans.BeansExceptionCopyright © 2019. All rights reserved.