public class ReversiblePropertyOverrideConfigurer
extends org.springframework.beans.factory.config.PropertyOverrideConfigurer
DEFAULT_BEAN_NAME_SEPARATOR| Constructor and Description |
|---|
ReversiblePropertyOverrideConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBeanNameAtEnd() |
protected void |
processKey(org.springframework.beans.factory.config.ConfigurableListableBeanFactory factory,
String key,
String value) |
void |
setBeanNameAtEnd(boolean beanNameAtEnd) |
void |
setBeanNameSeparator(String beanNameSeparator) |
applyPropertyValue, hasPropertyOverridesFor, processProperties, setIgnoreInvalidKeysconvertProperties, convertProperty, convertPropertyValue, getOrder, postProcessBeanFactory, setOrderpublic ReversiblePropertyOverrideConfigurer()
protected void processKey(org.springframework.beans.factory.config.ConfigurableListableBeanFactory factory,
String key,
String value)
throws org.springframework.beans.BeansException
processKey in class org.springframework.beans.factory.config.PropertyOverrideConfigurerorg.springframework.beans.BeansExceptionpublic void setBeanNameSeparator(String beanNameSeparator)
setBeanNameSeparator in class org.springframework.beans.factory.config.PropertyOverrideConfigurerpublic boolean isBeanNameAtEnd()
public void setBeanNameAtEnd(boolean beanNameAtEnd)
Copyright © 2003–2021 Sakai Project. All rights reserved.