Uses of Class
org.springframework.core.env.MapPropertySource
Package
Description
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
Support classes for Spring's resource abstraction.
This package contains mock implementations of the
Environment
and
PropertySource
abstractions.-
Uses of MapPropertySource in org.springframework.core.env
Modifier and TypeClassDescriptionclass
PropertySource
implementation that extracts properties from aProperties
object.class
Specialization ofMapPropertySource
designed for use with system environment variables. -
Uses of MapPropertySource in org.springframework.core.io.support
Modifier and TypeClassDescriptionclass
Subclass ofPropertiesPropertySource
that loads aProperties
object from a givenResource
or resource location such as"classpath:/com/myco/foo.properties"
or"file:/path/to/file.xml"
. -
Uses of MapPropertySource in org.springframework.mock.env