Uses of Class
org.springframework.core.env.EnumerablePropertySource
Packages that use EnumerablePropertySource
Package
Description
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
Support classes for Spring's resource abstraction.
-
Uses of EnumerablePropertySource in org.springframework.core.env
Subclasses of EnumerablePropertySource in org.springframework.core.envModifier and TypeClassDescriptionclassAbstract base class forPropertySourceimplementations backed by command line arguments.classCompositePropertySourceimplementation that iterates over a set ofPropertySourceinstances.classDeprecated.since 6.1 with no plans for a replacementclassPropertySourcethat reads keys and values from aMapobject.classPropertySourceimplementation that extracts properties from aPropertiesobject.classCommandLinePropertySourceimplementation backed by an instance ofCommandLineArgs.classSpecialization ofMapPropertySourcedesigned for use with system environment variables. -
Uses of EnumerablePropertySource in org.springframework.core.io.support
Subclasses of EnumerablePropertySource in org.springframework.core.io.supportModifier and TypeClassDescriptionclassSubclass ofPropertiesPropertySourcethat loads aPropertiesobject from a givenResourceor resource location such as"classpath:/com/myco/foo.properties"or"file:/path/to/file.xml".