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 merges descriptors with the same name in a single PropertySource rather than creating dedicated ones.

Since:
6.0
Author:
Stephane Nicoll, Sam Brannen, Juergen Hoeller
See Also: