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

handle() — spring-boot Function Reference

Architecture documentation for the handle() function in ConfigDataImporter.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  02d48096_7050_b591_e9c9_39e9f999235a["handle()"]
  1cc05fe2_bfe5_5e8f_0596_355e98f8a3fe["resolve()"]
  1cc05fe2_bfe5_5e8f_0596_355e98f8a3fe -->|calls| 02d48096_7050_b591_e9c9_39e9f999235a
  30d564d4_8032_a382_62d0_a93410a8e866["load()"]
  30d564d4_8032_a382_62d0_a93410a8e866 -->|calls| 02d48096_7050_b591_e9c9_39e9f999235a
  ce77e87f_cfa2_6483_0ade_c757621b2770["getNotFoundAction()"]
  02d48096_7050_b591_e9c9_39e9f999235a -->|calls| ce77e87f_cfa2_6483_0ade_c757621b2770
  style 02d48096_7050_b591_e9c9_39e9f999235a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/context/config/ConfigDataImporter.java lines 149–155

	private void handle(ConfigDataNotFoundException ex, ConfigDataLocation location,
			@Nullable ConfigDataResource resource) {
		if (ex instanceof ConfigDataResourceNotFoundException notFoundException) {
			ex = notFoundException.withLocation(location);
		}
		getNotFoundAction(location, resource).handle(this.logger, ex);
	}

Domain

Subdomains

Calls

  • getNotFoundAction()

Called By

Frequently Asked Questions

What does handle() do?
handle() is a function in the spring-boot codebase.
What does handle() call?
handle() calls 1 function(s): getNotFoundAction.
What calls handle()?
handle() is called by 2 function(s): load, resolve.

Analyze Your Own Codebase

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

Try Supermodel Free