createConfigData() — spring-boot Function Reference
Architecture documentation for the createConfigData() function in ConfigDataLoadersTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 25a0afba_8bd3_b5c6_159f_c29ecc240467["createConfigData()"] 9292ff95_1b37_5e0f_9659_3052886be266["load()"] 9292ff95_1b37_5e0f_9659_3052886be266 -->|calls| 25a0afba_8bd3_b5c6_159f_c29ecc240467 4559d0cf_3ef5_d976_f2dc_257d6097d8cf["load()"] 4559d0cf_3ef5_d976_f2dc_257d6097d8cf -->|calls| 25a0afba_8bd3_b5c6_159f_c29ecc240467 7dbfb6a2_73f4_a453_ae32_e2ce2421f6e1["load()"] 7dbfb6a2_73f4_a453_ae32_e2ce2421f6e1 -->|calls| 25a0afba_8bd3_b5c6_159f_c29ecc240467 d743fded_3072_88fb_7e3e_705e06830d99["load()"] d743fded_3072_88fb_7e3e_705e06830d99 -->|calls| 25a0afba_8bd3_b5c6_159f_c29ecc240467 style 25a0afba_8bd3_b5c6_159f_c29ecc240467 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/config/ConfigDataLoadersTests.java lines 145–151
private static ConfigData createConfigData(ConfigDataLoader<?> loader, ConfigDataResource resource) {
MockPropertySource propertySource = new MockPropertySource();
propertySource.setProperty("loader", loader);
propertySource.setProperty("resource", resource);
List<PropertySource<?>> propertySources = Arrays.asList(propertySource);
return new ConfigData(propertySources);
}
Domain
Subdomains
Called By
- load()
- load()
- load()
- load()
Source
Frequently Asked Questions
What does createConfigData() do?
createConfigData() is a function in the spring-boot codebase.
What calls createConfigData()?
createConfigData() is called by 4 function(s): load, load, load, load.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free