Home / Function/ getHandler() — spring-boot Function Reference

getHandler() — spring-boot Function Reference

Architecture documentation for the getHandler() function in ConfigurationPropertiesBinder.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 3 called by 1

Entity Profile

Dependency Diagram

graph TD
  a4191caf_2c26_2490_36a8_646e5e8e2fe8["getHandler()"]
  7049470b_f628_735d_a808_ac3f1e21b5b2["getBindHandler()"]
  7049470b_f628_735d_a808_ac3f1e21b5b2 -->|calls| a4191caf_2c26_2490_36a8_646e5e8e2fe8
  0dbe3d10_03f3_bd3d_3055_9c1e27f282df["get()"]
  a4191caf_2c26_2490_36a8_646e5e8e2fe8 -->|calls| 0dbe3d10_03f3_bd3d_3055_9c1e27f282df
  1da9db77_abaa_eb29_2cf2_ae9bb58eb5ec["IgnoreTopLevelConverterNotFoundBindHandler()"]
  a4191caf_2c26_2490_36a8_646e5e8e2fe8 -->|calls| 1da9db77_abaa_eb29_2cf2_ae9bb58eb5ec
  3376e1d1_f3a9_6957_74d2_9ef3e03a6170["BoundPropertiesTrackingBindHandler()"]
  a4191caf_2c26_2490_36a8_646e5e8e2fe8 -->|calls| 3376e1d1_f3a9_6957_74d2_9ef3e03a6170
  style a4191caf_2c26_2490_36a8_646e5e8e2fe8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBinder.java lines 145–150

	private IgnoreTopLevelConverterNotFoundBindHandler getHandler() {
		BoundConfigurationProperties bound = BoundConfigurationProperties.get(this.applicationContext);
		return (bound != null)
				? new IgnoreTopLevelConverterNotFoundBindHandler(new BoundPropertiesTrackingBindHandler(bound::add))
				: new IgnoreTopLevelConverterNotFoundBindHandler();
	}

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does getHandler() do?
getHandler() is a function in the spring-boot codebase.
What does getHandler() call?
getHandler() calls 3 function(s): BoundPropertiesTrackingBindHandler, IgnoreTopLevelConverterNotFoundBindHandler, get.
What calls getHandler()?
getHandler() is called by 1 function(s): getBindHandler.

Analyze Your Own Codebase

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

Try Supermodel Free