Uses of Class
org.springframework.core.env.MapPropertySource
Packages that use MapPropertySource
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 MapPropertySource in org.springframework.core.env
Subclasses of MapPropertySource in org.springframework.core.envModifier and TypeClassDescriptionclassPropertySourceimplementation that extracts properties from aPropertiesobject.classSpecialization ofMapPropertySourcedesigned for use with system environment variables. -
Uses of MapPropertySource in org.springframework.core.io.support
Subclasses of MapPropertySource 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".