Package org.frankframework.configuration
Class LowerCasePropertySourcePostProcessor
java.lang.Object
org.frankframework.lifecycle.AbstractPropertySourcePostProcessor
org.frankframework.configuration.LowerCasePropertySourcePostProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.config.BeanFactoryPostProcessor
,org.springframework.context.EnvironmentAware
,org.springframework.core.Ordered
,org.springframework.core.PriorityOrdered
Make a lower case variant of the instance.name property (instance.name.lc)
available to the Ibis configuration and the Spring configuration.
- Author:
- Jaco de Groot
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.frankframework.lifecycle.AbstractPropertySourcePostProcessor
getOrder, postProcessBeanFactory, setEnvironment
-
Constructor Details
-
LowerCasePropertySourcePostProcessor
public LowerCasePropertySourcePostProcessor()
-
-
Method Details
-
convertProperties
- Specified by:
convertProperties
in classAbstractPropertySourcePostProcessor
- Parameters:
props
- An empty or previously setProperties
object
-