类 PropertySource.StubPropertySource

java.lang.Object
cn.taketoday.core.env.PropertySource<Object>
cn.taketoday.core.env.PropertySource.StubPropertySource
封闭类:
PropertySource<T>

public static class PropertySource.StubPropertySource extends PropertySource<Object>
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(ConfigurableEnvironment)