load() — spring-boot Function Reference
Architecture documentation for the load() function in PropertiesPropertySourceLoader.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD efb80ea6_cc27_2f3e_9498_71d575faefd6["load()"] 51679502_e349_0e32_10b5_1cf6d2535a2e["loadProperties()"] 51679502_e349_0e32_10b5_1cf6d2535a2e -->|calls| efb80ea6_cc27_2f3e_9498_71d575faefd6 7d529298_2d93_1e36_8157_6e5c8433d6a1["resolveWhenLocationUsesOptionalExtensionSyntaxResolves()"] 7d529298_2d93_1e36_8157_6e5c8433d6a1 -->|calls| efb80ea6_cc27_2f3e_9498_71d575faefd6 f8d1094c_e99d_83db_a537_ef476f8ffbd7["resolveWhenLocationUsesOptionalExplicitExtensionSyntaxResolves()"] f8d1094c_e99d_83db_a537_ef476f8ffbd7 -->|calls| efb80ea6_cc27_2f3e_9498_71d575faefd6 04682657_2fef_1de0_2640_661f6e24964e["resolveWhenLocationUsesEncodingSyntaxResolves()"] 04682657_2fef_1de0_2640_661f6e24964e -->|calls| efb80ea6_cc27_2f3e_9498_71d575faefd6 54edf933_9500_cedb_9a08_830f45eb7240["loadLoadsConfigData()"] 54edf933_9500_cedb_9a08_830f45eb7240 -->|calls| efb80ea6_cc27_2f3e_9498_71d575faefd6 8bd47e2b_1b61_84d5_a425_9ce4ccaae2d1["loadWhenNoContentThrowsException()"] 8bd47e2b_1b61_84d5_a425_9ce4ccaae2d1 -->|calls| efb80ea6_cc27_2f3e_9498_71d575faefd6 2aebd956_21b7_6ccc_d659_3b03f59ffc3f["loadWhenPropertySourceIsEmptyAddsNothingToConfigData()"] 2aebd956_21b7_6ccc_d659_3b03f59ffc3f -->|calls| efb80ea6_cc27_2f3e_9498_71d575faefd6 8239e2e3_cde1_20f9_217f_37cc4f8d962b["loadLoadsPropertySources()"] 8239e2e3_cde1_20f9_217f_37cc4f8d962b -->|calls| efb80ea6_cc27_2f3e_9498_71d575faefd6 32862c45_ac73_d4b4_3e35_db315bfbaf14["loadWhenNoContentReturnsNull()"] 32862c45_ac73_d4b4_3e35_db315bfbaf14 -->|calls| efb80ea6_cc27_2f3e_9498_71d575faefd6 51679502_e349_0e32_10b5_1cf6d2535a2e["loadProperties()"] efb80ea6_cc27_2f3e_9498_71d575faefd6 -->|calls| 51679502_e349_0e32_10b5_1cf6d2535a2e style efb80ea6_cc27_2f3e_9498_71d575faefd6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/env/PropertiesPropertySourceLoader.java lines 51–54
@Override
public List<PropertySource<?>> load(String name, Resource resource) throws IOException {
return load(name, resource, null);
}
Domain
Subdomains
Calls
- loadProperties()
Called By
- loadLoadsConfigData()
- loadLoadsPropertySources()
- loadProperties()
- loadWhenNoContentReturnsNull()
- loadWhenNoContentThrowsException()
- loadWhenPropertySourceIsEmptyAddsNothingToConfigData()
- resolveWhenLocationUsesEncodingSyntaxResolves()
- resolveWhenLocationUsesOptionalExplicitExtensionSyntaxResolves()
- resolveWhenLocationUsesOptionalExtensionSyntaxResolves()
Source
Frequently Asked Questions
What does load() do?
load() is a function in the spring-boot codebase.
What does load() call?
load() calls 1 function(s): loadProperties.
What calls load()?
load() is called by 9 function(s): loadLoadsConfigData, loadLoadsPropertySources, loadProperties, loadWhenNoContentReturnsNull, loadWhenNoContentThrowsException, loadWhenPropertySourceIsEmptyAddsNothingToConfigData, resolveWhenLocationUsesEncodingSyntaxResolves, resolveWhenLocationUsesOptionalExplicitExtensionSyntaxResolves, and 1 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free