Uses of Interface
org.springframework.boot.ConfigurableBootstrapContext
Package
Description
Core Spring Boot classes.
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
ApplicationEvents
triggered by
Spring Boot.Spring
Environment
support.-
Uses of ConfigurableBootstrapContext in org.springframework.boot
Modifier and TypeMethodDescriptiondefault void
SpringApplicationRunListener.environmentPrepared
(ConfigurableBootstrapContext bootstrapContext, ConfigurableEnvironment environment) Called once the environment has been prepared, but before theApplicationContext
has been created.default void
SpringApplicationRunListener.starting
(ConfigurableBootstrapContext bootstrapContext) Called immediately when the run method has first started. -
Uses of ConfigurableBootstrapContext in org.springframework.boot.context.config
Modifier and TypeMethodDescriptionConfigDataLoaderContext.getBootstrapContext()
Provides access to theConfigurableBootstrapContext
shared across allEnvironmentPostProcessors
.ConfigDataLocationResolverContext.getBootstrapContext()
Provides access to theConfigurableBootstrapContext
shared across allEnvironmentPostProcessors
.Modifier and TypeMethodDescriptionstatic void
ConfigDataEnvironmentPostProcessor.applyTo
(ConfigurableEnvironment environment, ResourceLoader resourceLoader, ConfigurableBootstrapContext bootstrapContext, String... additionalProfiles) ApplyConfigData
post-processing to an existingEnvironment
.static void
ConfigDataEnvironmentPostProcessor.applyTo
(ConfigurableEnvironment environment, ResourceLoader resourceLoader, ConfigurableBootstrapContext bootstrapContext, Collection<String> additionalProfiles) ApplyConfigData
post-processing to an existingEnvironment
.static void
ConfigDataEnvironmentPostProcessor.applyTo
(ConfigurableEnvironment environment, ResourceLoader resourceLoader, ConfigurableBootstrapContext bootstrapContext, Collection<String> additionalProfiles, ConfigDataEnvironmentUpdateListener environmentUpdateListener) ApplyConfigData
post-processing to an existingEnvironment
.ModifierConstructorDescriptionConfigDataEnvironmentPostProcessor
(DeferredLogFactory logFactory, ConfigurableBootstrapContext bootstrapContext) -
Uses of ConfigurableBootstrapContext in org.springframework.boot.context.event
Modifier and TypeMethodDescriptionApplicationEnvironmentPreparedEvent.getBootstrapContext()
Return the bootstrap context.ApplicationStartingEvent.getBootstrapContext()
Return the bootstrap context.ModifierConstructorDescriptionApplicationEnvironmentPreparedEvent
(ConfigurableBootstrapContext bootstrapContext, SpringApplication application, String[] args, ConfigurableEnvironment environment) Create a newApplicationEnvironmentPreparedEvent
instance.ApplicationStartingEvent
(ConfigurableBootstrapContext bootstrapContext, SpringApplication application, String[] args) Create a newApplicationStartingEvent
instance. -
Uses of ConfigurableBootstrapContext in org.springframework.boot.env
Modifier and TypeMethodDescriptionEnvironmentPostProcessorsFactory.getEnvironmentPostProcessors
(DeferredLogFactory logFactory, ConfigurableBootstrapContext bootstrapContext) Create all requestedEnvironmentPostProcessor
instances.