类 PropertySource.StubPropertySource
java.lang.Object
cn.taketoday.core.env.PropertySource<Object>
cn.taketoday.core.env.PropertySource.StubPropertySource
- 封闭类:
- PropertySource<T>
PropertySource to be used as a placeholder in cases where an actual
property source cannot be eagerly initialized at application context
creation time. For example, a ServletContext-based property source
must wait until the ServletContext object is available to its enclosing
ApplicationContext. In such cases, a stub should be used to hold the
intended default position/order of the property source, then be replaced
during context refresh.- 另请参阅:
-
cn.taketoday.context.support.AbstractApplicationContext#initPropertySources()
-
嵌套类概要
从类继承的嵌套类/接口 cn.taketoday.core.env.PropertySource
PropertySource.ComparisonPropertySource, PropertySource.StubPropertySource -
字段概要
从类继承的字段 cn.taketoday.core.env.PropertySource
name, source -
构造器概要
构造器 -
方法概要
从类继承的方法 cn.taketoday.core.env.PropertySource
containsProperty, equals, getName, getSource, hashCode, named, toString
-
构造器详细资料
-
StubPropertySource
-
-
方法详细资料
-
getProperty
Always returnsnull.- 指定者:
getProperty在类中PropertySource<Object>- 参数:
name- the property to find- 另请参阅:
-