Uses of Class
org.springframework.cloud.config.environment.Environment
Packages that use Environment
Package
Description
-
Uses of Environment in org.springframework.cloud.config.client
Methods in org.springframework.cloud.config.client that return EnvironmentModifier and TypeMethodDescriptionprotected EnvironmentConfigServerConfigDataLoader.getRemoteEnvironment(org.springframework.boot.context.config.ConfigDataLoaderContext context, ConfigServerConfigDataResource resource, String label, String state) Methods in org.springframework.cloud.config.client with parameters of type EnvironmentModifier and TypeMethodDescriptionprotected voidConfigServerConfigDataLoader.log(Environment result) -
Uses of Environment in org.springframework.cloud.config.environment
Constructors in org.springframework.cloud.config.environment with parameters of type EnvironmentModifierConstructorDescriptionEnvironment(Environment env) Copies all fields except propertySources.