类 ImmutableMapPropertySource
- java.lang.Object
-
- org.springframework.core.env.PropertySource<T>
-
- org.springframework.core.env.EnumerablePropertySource<java.util.Map<java.lang.String,java.lang.Object>>
-
- org.springframework.core.env.MapPropertySource
-
- io.microsphere.spring.config.env.ImmutableMapPropertySource
-
public class ImmutableMapPropertySource extends org.springframework.core.env.MapPropertySource
ImmutableMapPropertySource
- 从以下版本开始:
- 1.0.0
- 作者:
- Mercy
- 另请参阅:
MapPropertySource
-
-
构造器概要
构造器 构造器 说明 ImmutableMapPropertySource(java.lang.String name, java.util.Map source)
Create a new immutableMapPropertySource
with the given name andMap
.
-
-
-
构造器详细资料
-
ImmutableMapPropertySource
public ImmutableMapPropertySource(java.lang.String name, java.util.Map source)
Create a new immutableMapPropertySource
with the given name andMap
.- 参数:
name
- the associated namesource
- the Map source (withoutnull
values in order to get consistentMapPropertySource.getProperty(java.lang.String)
andMapPropertySource.containsProperty(java.lang.String)
behavior)
-
-