Class LegacyContextRefresher
java.lang.Object
org.springframework.cloud.context.refresh.ContextRefresher
org.springframework.cloud.context.refresh.LegacyContextRefresher
- Author:
- Dave Syer, Venil Noronha
-
Nested Class Summary
Nested classes/interfaces inherited from class ContextRefresher
ContextRefresher.Empty -
Field Summary
Fields inherited from class ContextRefresher
additionalPropertySourcesToRetain, DEFAULT_PROPERTY_SOURCES, logger, standardSources -
Constructor Summary
ConstructorsConstructorDescriptionLegacyContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope) Deprecated.LegacyContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope, RefreshAutoConfiguration.RefreshProperties properties) -
Method Summary
Methods inherited from class ContextRefresher
copyEnvironment, getContext, getScope, refresh, refreshEnvironment
-
Constructor Details
-
LegacyContextRefresher
@Deprecated public LegacyContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope) Deprecated. -
LegacyContextRefresher
public LegacyContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope, RefreshAutoConfiguration.RefreshProperties properties)
-
-
Method Details
-
updateEnvironment
protected void updateEnvironment()- Specified by:
updateEnvironmentin classContextRefresher
-