Uses of Interface
org.springframework.boot.context.config.ConfigDataEnvironmentUpdateListener
Packages that use ConfigDataEnvironmentUpdateListener
Package
Description
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
-
Uses of ConfigDataEnvironmentUpdateListener in org.springframework.boot.context.config
Fields in org.springframework.boot.context.config declared as ConfigDataEnvironmentUpdateListenerModifier and TypeFieldDescriptionstatic final ConfigDataEnvironmentUpdateListenerConfigDataEnvironmentUpdateListener.NONEAConfigDataEnvironmentUpdateListenerthat does nothing.Methods in org.springframework.boot.context.config with parameters of type ConfigDataEnvironmentUpdateListenerModifier and TypeMethodDescriptionstatic voidConfigDataEnvironmentPostProcessor.applyTo(ConfigurableEnvironment environment, ResourceLoader resourceLoader, ConfigurableBootstrapContext bootstrapContext, Collection<String> additionalProfiles, ConfigDataEnvironmentUpdateListener environmentUpdateListener) ApplyConfigDatapost-processing to an existingEnvironment.