Home / Type/ BootstrapRegistryInitializer Type — spring-boot Architecture

BootstrapRegistryInitializer Type — spring-boot Architecture

Architecture documentation for the BootstrapRegistryInitializer type/interface in BootstrapRegistryInitializer.java from the spring-boot codebase.

Entity Profile

Source Code

core/spring-boot/src/main/java/org/springframework/boot/bootstrap/BootstrapRegistryInitializer.java lines 27–36

@FunctionalInterface
public interface BootstrapRegistryInitializer {

	/**
	 * Initialize the given {@link BootstrapRegistry} with any required registrations.
	 * @param registry the registry to initialize
	 */
	void initialize(BootstrapRegistry registry);

}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free