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

TestConfigDataLocationRuntimeHints() — spring-boot Function Reference

Architecture documentation for the TestConfigDataLocationRuntimeHints() function in ConfigDataLocationRuntimeHintsTests.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  ea39f5fa_ebb2_bf29_99cc_881023e36f1f["TestConfigDataLocationRuntimeHints()"]
  68ecaa50_9a29_e721_804b_775fc2844592["registerWithDefaultSettings()"]
  68ecaa50_9a29_e721_804b_775fc2844592 -->|calls| ea39f5fa_ebb2_bf29_99cc_881023e36f1f
  cf5b1255_649b_0c3d_41a8_13398cb89b55["registerWithCustomName()"]
  cf5b1255_649b_0c3d_41a8_13398cb89b55 -->|calls| ea39f5fa_ebb2_bf29_99cc_881023e36f1f
  13d3b012_e7e2_8eea_0995_f250dd8c822b["registerWithCustomLocation()"]
  13d3b012_e7e2_8eea_0995_f250dd8c822b -->|calls| ea39f5fa_ebb2_bf29_99cc_881023e36f1f
  7f69b334_3a70_2a37_7486_2a636db1a8c3["springFactoriesLoader()"]
  ea39f5fa_ebb2_bf29_99cc_881023e36f1f -->|calls| 7f69b334_3a70_2a37_7486_2a636db1a8c3
  style ea39f5fa_ebb2_bf29_99cc_881023e36f1f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/config/ConfigDataLocationRuntimeHintsTests.java lines 126–128

		TestConfigDataLocationRuntimeHints(MockSpringFactoriesLoader springFactoriesLoader) {
			this.springFactoriesLoader = springFactoriesLoader;
		}

Domain

Subdomains

Calls

  • springFactoriesLoader()

Called By

  • registerWithCustomLocation()
  • registerWithCustomName()
  • registerWithDefaultSettings()

Frequently Asked Questions

What does TestConfigDataLocationRuntimeHints() do?
TestConfigDataLocationRuntimeHints() is a function in the spring-boot codebase.
What does TestConfigDataLocationRuntimeHints() call?
TestConfigDataLocationRuntimeHints() calls 1 function(s): springFactoriesLoader.
What calls TestConfigDataLocationRuntimeHints()?
TestConfigDataLocationRuntimeHints() is called by 3 function(s): registerWithCustomLocation, registerWithCustomName, registerWithDefaultSettings.

Analyze Your Own Codebase

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

Try Supermodel Free