- 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
- Direct Known Subclasses:
- FxfPropertySourcePostProcessor, HostnamePropertySourcePostProcessor, LowerCasePropertySourcePostProcessor, OverwritePropertySourcePostProcessor
public abstract class CustomPropertySourcePostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.core.PriorityOrdered, org.springframework.context.EnvironmentAware
Property Configurer that add's additional properties to the Spring environment through a custom property-source
Implements BeanFactoryPostProcessor so it's executed before other beans are created.
- Author:
- Niels Meijer