Home / Type/ ConfigurationPropertiesBindHandlerAdvisor Type — spring-boot Architecture

ConfigurationPropertiesBindHandlerAdvisor Type — spring-boot Architecture

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

Entity Profile

Source Code

core/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBindHandlerAdvisor.java lines 30–41

@FunctionalInterface
public interface ConfigurationPropertiesBindHandlerAdvisor {

	/**
	 * Apply additional functionality to the source bind handler.
	 * @param bindHandler the source bind handler
	 * @return a replacement bind handler that delegates to the source and provides
	 * additional functionality
	 */
	BindHandler apply(BindHandler bindHandler);

}

Analyze Your Own Codebase

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

Try Supermodel Free