Uses of Interface
org.springframework.boot.BootstrapContext
Packages that use BootstrapContext
-
Uses of BootstrapContext in org.springframework.boot
Subinterfaces of BootstrapContext in org.springframework.bootModifier and TypeInterfaceDescriptioninterface
ABootstrapContext
that also provides configuration methods through theBootstrapRegistry
interface.Classes in org.springframework.boot that implement BootstrapContextMethods in org.springframework.boot that return BootstrapContextModifier and TypeMethodDescriptionBootstrapContextClosedEvent.getBootstrapContext()
Return theBootstrapContext
that was closed.Methods in org.springframework.boot with parameters of type BootstrapContextModifier and TypeMethodDescriptionBootstrapRegistry.InstanceSupplier.get
(BootstrapContext context) Factory method used to create the instance when needed.