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

TestConfigDataResource() — spring-boot Function Reference

Architecture documentation for the TestConfigDataResource() function in ConfigDataLoadersTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  8df024ba_d384_e783_69a1_52fc34c54b52["TestConfigDataResource()"]
  af3aad03_aaa3_f636_d13b_ad18641d00bd["loadWhenSingleLoaderSupportsLocationReturnsLoadedConfigData()"]
  af3aad03_aaa3_f636_d13b_ad18641d00bd -->|calls| 8df024ba_d384_e783_69a1_52fc34c54b52
  6ba2153d_f369_94be_6e6d_5df50af33a01["loadWhenMultipleLoadersSupportLocationThrowsException()"]
  6ba2153d_f369_94be_6e6d_5df50af33a01 -->|calls| 8df024ba_d384_e783_69a1_52fc34c54b52
  d5baaa75_33ce_df9d_5f03_c20b26f930b3["loadWhenNoLoaderSupportsLocationThrowsException()"]
  d5baaa75_33ce_df9d_5f03_c20b26f930b3 -->|calls| 8df024ba_d384_e783_69a1_52fc34c54b52
  b3c3c813_14f0_9d2a_2cf0_e65bc14bd368["loadWhenGenericTypeDoesNotMatchSkipsLoader()"]
  b3c3c813_14f0_9d2a_2cf0_e65bc14bd368 -->|calls| 8df024ba_d384_e783_69a1_52fc34c54b52
  style 8df024ba_d384_e783_69a1_52fc34c54b52 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/config/ConfigDataLoadersTests.java lines 157–159

		TestConfigDataResource(String value) {
			this.value = value;
		}

Domain

Subdomains

Called By

  • loadWhenGenericTypeDoesNotMatchSkipsLoader()
  • loadWhenMultipleLoadersSupportLocationThrowsException()
  • loadWhenNoLoaderSupportsLocationThrowsException()
  • loadWhenSingleLoaderSupportsLocationReturnsLoadedConfigData()

Frequently Asked Questions

What does TestConfigDataResource() do?
TestConfigDataResource() is a function in the spring-boot codebase.
What calls TestConfigDataResource()?
TestConfigDataResource() is called by 4 function(s): loadWhenGenericTypeDoesNotMatchSkipsLoader, loadWhenMultipleLoadersSupportLocationThrowsException, loadWhenNoLoaderSupportsLocationThrowsException, loadWhenSingleLoaderSupportsLocationReturnsLoadedConfigData.

Analyze Your Own Codebase

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

Try Supermodel Free