Class DefaultPropertySourceFactory

java.lang.Object
org.springframework.core.io.support.DefaultPropertySourceFactory
All Implemented Interfaces:
PropertySourceFactory

public class DefaultPropertySourceFactory extends Object implements PropertySourceFactory
The default implementation for PropertySourceFactory, wrapping every resource in a ResourcePropertySource.
Since:
4.3
Author:
Juergen Hoeller
See Also: