TestConfigDataResource() — spring-boot Function Reference
Architecture documentation for the TestConfigDataResource() function in ConfigDataEnvironmentPostProcessorIntegrationTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD d7d5255d_8e5b_82ce_5230_3959b7af8972["TestConfigDataResource()"] dd771fff_3e10_15a4_1bea_2eb8e4b212b7["resolve()"] dd771fff_3e10_15a4_1bea_2eb8e4b212b7 -->|calls| d7d5255d_8e5b_82ce_5230_3959b7af8972 8efe5741_79d0_2d3a_031b_2459b13aed40["resolveProfileSpecific()"] 8efe5741_79d0_2d3a_031b_2459b13aed40 -->|calls| d7d5255d_8e5b_82ce_5230_3959b7af8972 3dd50c93_8725_3831_013e_a093cdbe449c["toString()"] d7d5255d_8e5b_82ce_5230_3959b7af8972 -->|calls| 3dd50c93_8725_3831_013e_a093cdbe449c style d7d5255d_8e5b_82ce_5230_3959b7af8972 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/config/ConfigDataEnvironmentPostProcessorIntegrationTests.java lines 1346–1350
TestConfigDataResource(ConfigDataLocation location, boolean profileSpecific) {
super(location.toString().contains("optionalresult"));
this.location = location;
this.profileSpecific = profileSpecific;
}
Domain
Subdomains
Calls
Called By
- resolve()
- resolveProfileSpecific()
Source
Frequently Asked Questions
What does TestConfigDataResource() do?
TestConfigDataResource() is a function in the spring-boot codebase.
What does TestConfigDataResource() call?
TestConfigDataResource() calls 1 function(s): toString.
What calls TestConfigDataResource()?
TestConfigDataResource() is called by 2 function(s): resolve, resolveProfileSpecific.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free