Uses of Interface
org.springframework.boot.bootstrap.BootstrapContext
Packages that use BootstrapContext
Package
Description
Bootstrap concerns to support the creation of potentially expensive singletons while
the application starts.
-
Uses of BootstrapContext in org.springframework.boot.bootstrap
Subinterfaces of BootstrapContext in org.springframework.boot.bootstrapModifier and TypeInterfaceDescriptioninterfaceABootstrapContextthat also provides configuration methods through theBootstrapRegistryinterface.Classes in org.springframework.boot.bootstrap that implement BootstrapContextMethods in org.springframework.boot.bootstrap that return BootstrapContextModifier and TypeMethodDescriptionBootstrapContextClosedEvent.getBootstrapContext()Return theBootstrapContextthat was closed.Methods in org.springframework.boot.bootstrap with parameters of type BootstrapContextModifier and TypeMethodDescription@Nullable TBootstrapRegistry.InstanceSupplier.get(BootstrapContext context) Factory method used to create the instance when needed.