Uses of Interface
org.springframework.boot.bootstrap.ConfigurableBootstrapContext
Packages that use ConfigurableBootstrapContext
Package
Description
Core Spring Boot classes.
Bootstrap concerns to support the creation of potentially expensive singletons while
the application starts.
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
ApplicationEvents triggered by
Spring Boot.Classes supporting application concerns and the org.springframework.boot package.
-
Uses of ConfigurableBootstrapContext in org.springframework.boot
Methods in org.springframework.boot with parameters of type ConfigurableBootstrapContextModifier and TypeMethodDescriptiondefault voidSpringApplicationRunListener.environmentPrepared(ConfigurableBootstrapContext bootstrapContext, ConfigurableEnvironment environment) Called once the environment has been prepared, but before theApplicationContexthas been created.default voidSpringApplicationRunListener.starting(ConfigurableBootstrapContext bootstrapContext) Called immediately when the run method has first started. -
Uses of ConfigurableBootstrapContext in org.springframework.boot.bootstrap
Classes in org.springframework.boot.bootstrap that implement ConfigurableBootstrapContext -
Uses of ConfigurableBootstrapContext in org.springframework.boot.context.config
Methods in org.springframework.boot.context.config that return ConfigurableBootstrapContextModifier and TypeMethodDescriptionConfigDataLoaderContext.getBootstrapContext()Provides access to theConfigurableBootstrapContextshared across allEnvironmentPostProcessors.ConfigDataLocationResolverContext.getBootstrapContext()Provides access to theConfigurableBootstrapContextshared across allEnvironmentPostProcessors.Methods in org.springframework.boot.context.config with parameters of type ConfigurableBootstrapContextModifier and TypeMethodDescriptionstatic voidConfigDataEnvironmentPostProcessor.applyTo(ConfigurableEnvironment environment, @Nullable ResourceLoader resourceLoader, @Nullable ConfigurableBootstrapContext bootstrapContext, Collection<String> additionalProfiles) ApplyConfigDatapost-processing to an existingEnvironment.static voidConfigDataEnvironmentPostProcessor.applyTo(ConfigurableEnvironment environment, @Nullable ResourceLoader resourceLoader, @Nullable ConfigurableBootstrapContext bootstrapContext, Collection<String> additionalProfiles, ConfigDataEnvironmentUpdateListener environmentUpdateListener) ApplyConfigDatapost-processing to an existingEnvironment.static voidConfigDataEnvironmentPostProcessor.applyTo(ConfigurableEnvironment environment, ResourceLoader resourceLoader, @Nullable ConfigurableBootstrapContext bootstrapContext, String... additionalProfiles) ApplyConfigDatapost-processing to an existingEnvironment.Constructors in org.springframework.boot.context.config with parameters of type ConfigurableBootstrapContextModifierConstructorDescriptionConfigDataEnvironmentPostProcessor(DeferredLogFactory logFactory, ConfigurableBootstrapContext bootstrapContext) -
Uses of ConfigurableBootstrapContext in org.springframework.boot.context.event
Methods in org.springframework.boot.context.event that return ConfigurableBootstrapContextModifier and TypeMethodDescriptionApplicationEnvironmentPreparedEvent.getBootstrapContext()Return the bootstrap context.ApplicationStartingEvent.getBootstrapContext()Return the bootstrap context.Constructors in org.springframework.boot.context.event with parameters of type ConfigurableBootstrapContextModifierConstructorDescriptionApplicationEnvironmentPreparedEvent(ConfigurableBootstrapContext bootstrapContext, SpringApplication application, String[] args, ConfigurableEnvironment environment) Create a newApplicationEnvironmentPreparedEventinstance.ApplicationStartingEvent(ConfigurableBootstrapContext bootstrapContext, SpringApplication application, String[] args) Create a newApplicationStartingEventinstance. -
Uses of ConfigurableBootstrapContext in org.springframework.boot.support
Methods in org.springframework.boot.support with parameters of type ConfigurableBootstrapContextModifier and TypeMethodDescriptionEnvironmentPostProcessorsFactory.getEnvironmentPostProcessors(DeferredLogFactory logFactory, ConfigurableBootstrapContext bootstrapContext) Create all requestedEnvironmentPostProcessorinstances.