Package org.onebusaway.container.spring
Class PropertyOverrideBeanFactoryPostProcessor
- java.lang.Object
-
- org.springframework.core.io.support.PropertiesLoaderSupport
-
- org.springframework.beans.factory.config.PropertyResourceConfigurer
-
- org.springframework.beans.factory.config.PropertyOverrideConfigurer
-
- org.onebusaway.container.spring.PropertyOverrideConfigurer
-
- org.onebusaway.container.spring.PropertyOverrideBeanFactoryPostProcessor
-
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor,org.springframework.core.Ordered,org.springframework.core.PriorityOrdered
public class PropertyOverrideBeanFactoryPostProcessor extends PropertyOverrideConfigurer
-
-
Constructor Summary
Constructors Constructor Description PropertyOverrideBeanFactoryPostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidapplyPropertyValue(org.springframework.beans.factory.config.ConfigurableListableBeanFactory factory, String beanName, String property, String value)-
Methods inherited from class org.onebusaway.container.spring.PropertyOverrideConfigurer
resolveValue, setIgnoreInvalidBeans
-
Methods inherited from class org.springframework.beans.factory.config.PropertyOverrideConfigurer
hasPropertyOverridesFor, processKey, processProperties, setBeanNameSeparator, setIgnoreInvalidKeys
-
Methods inherited from class org.springframework.beans.factory.config.PropertyResourceConfigurer
convertProperties, convertProperty, convertPropertyValue, getOrder, postProcessBeanFactory, setOrder
-
-
-
-
Method Detail
-
applyPropertyValue
protected void applyPropertyValue(org.springframework.beans.factory.config.ConfigurableListableBeanFactory factory, String beanName, String property, String value)- Overrides:
applyPropertyValuein classPropertyOverrideConfigurer
-
-