类 DynamicValuesPropertySource
class DynamicValuesPropertySource
extends cn.taketoday.core.env.MapPropertySource
EnumerablePropertySource backed by a map with dynamically supplied
values.- 从以下版本开始:
- 4.0
- 作者:
- Phillip Webb, Sam Brannen, Harry Yang
-
嵌套类概要
从类继承的嵌套类/接口 cn.taketoday.core.env.PropertySource
cn.taketoday.core.env.PropertySource.StubPropertySource -
字段概要
从类继承的字段 cn.taketoday.core.env.PropertySource
name, source -
构造器概要
构造器 -
方法概要
从类继承的方法 cn.taketoday.core.env.MapPropertySource
containsProperty, getPropertyNames从类继承的方法 cn.taketoday.core.env.PropertySource
equals, getName, getSource, hashCode, named, toString
-
构造器详细资料
-
DynamicValuesPropertySource
-
-
方法详细资料
-
getProperty
- 覆盖:
getProperty在类中cn.taketoday.core.env.MapPropertySource
-