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

TestConfigDataResource() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  730ed957_3077_a3ff_a894_e77568ba75e7["TestConfigDataResource()"]
  1b681e20_a67c_3b00_e23c_dcafa9efe1dc["withProcessedImportsResolvesAndLoads()"]
  1b681e20_a67c_3b00_e23c_dcafa9efe1dc -->|calls| 730ed957_3077_a3ff_a894_e77568ba75e7
  885281da_2d6d_7f27_50e0_841029eb3824["withProcessedImportsResolvesAndLoadsChainedImports()"]
  885281da_2d6d_7f27_50e0_841029eb3824 -->|calls| 730ed957_3077_a3ff_a894_e77568ba75e7
  44c16ce3_36a5_206d_3cc6_63b2b5b338a4["withProcessedImportsProvidesLocationResolverContextWithAccessToBinder()"]
  44c16ce3_36a5_206d_3cc6_63b2b5b338a4 -->|calls| 730ed957_3077_a3ff_a894_e77568ba75e7
  86bc4a92_185f_2e60_50b5_bbfaf11aabbc["withProcessedImportsProvidesLocationResolverContextWithAccessToParent()"]
  86bc4a92_185f_2e60_50b5_bbfaf11aabbc -->|calls| 730ed957_3077_a3ff_a894_e77568ba75e7
  abd301ce_dd91_0777_c935_57536f35243f["withProcessedImportsProvidesLocationResolverContextWithAccessToBootstrapRegistry()"]
  abd301ce_dd91_0777_c935_57536f35243f -->|calls| 730ed957_3077_a3ff_a894_e77568ba75e7
  b1a1dfc4_773c_c36c_efba_4e4a469ab251["withProcessedImportsProvidesLoaderContextWithAccessToBootstrapRegistry()"]
  b1a1dfc4_773c_c36c_efba_4e4a469ab251 -->|calls| 730ed957_3077_a3ff_a894_e77568ba75e7
  style 730ed957_3077_a3ff_a894_e77568ba75e7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/config/ConfigDataEnvironmentContributorsTests.java lines 429–431

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

Domain

Subdomains

Called By

  • withProcessedImportsProvidesLoaderContextWithAccessToBootstrapRegistry()
  • withProcessedImportsProvidesLocationResolverContextWithAccessToBinder()
  • withProcessedImportsProvidesLocationResolverContextWithAccessToBootstrapRegistry()
  • withProcessedImportsProvidesLocationResolverContextWithAccessToParent()
  • withProcessedImportsResolvesAndLoads()
  • withProcessedImportsResolvesAndLoadsChainedImports()

Frequently Asked Questions

What does TestConfigDataResource() do?
TestConfigDataResource() is a function in the spring-boot codebase.
What calls TestConfigDataResource()?
TestConfigDataResource() is called by 6 function(s): withProcessedImportsProvidesLoaderContextWithAccessToBootstrapRegistry, withProcessedImportsProvidesLocationResolverContextWithAccessToBinder, withProcessedImportsProvidesLocationResolverContextWithAccessToBootstrapRegistry, withProcessedImportsProvidesLocationResolverContextWithAccessToParent, withProcessedImportsResolvesAndLoads, withProcessedImportsResolvesAndLoadsChainedImports.

Analyze Your Own Codebase

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

Try Supermodel Free