Uses of Interface
org.springframework.boot.BootstrapRegistryInitializer
Packages that use BootstrapRegistryInitializer
Package
Description
Core Spring Boot classes.
Fluent 'builder' style API to construct a
SpringApplication
.-
Uses of BootstrapRegistryInitializer in org.springframework.boot
Methods in org.springframework.boot with parameters of type BootstrapRegistryInitializerModifier and TypeMethodDescriptionvoid
SpringApplication.addBootstrapRegistryInitializer
(BootstrapRegistryInitializer bootstrapRegistryInitializer) AddsBootstrapRegistryInitializer
instances that can be used to initialize theBootstrapRegistry
. -
Uses of BootstrapRegistryInitializer in org.springframework.boot.builder
Methods in org.springframework.boot.builder with parameters of type BootstrapRegistryInitializerModifier and TypeMethodDescriptionSpringApplicationBuilder.addBootstrapRegistryInitializer
(BootstrapRegistryInitializer bootstrapRegistryInitializer) AddsBootstrapRegistryInitializer
instances that can be used to initialize theBootstrapRegistry
.