Class PropertySourceProcessor

java.lang.Object
org.springframework.core.io.support.PropertySourceProcessor

public class PropertySourceProcessor extends Object
Contribute property sources to the Environment.

This class is stateful and merge descriptors with the same name in a single PropertySource rather than creating dedicated ones.

Since:
6.0
Author:
Stephane Nicoll
See Also: