getFlatPropertySource() — spring-boot Function Reference
Architecture documentation for the getFlatPropertySource() function in ConfigTreePropertySourceTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD fd2b653f_0fed_4b6a_7ecd_f78b35dc6b35["getFlatPropertySource()"] fc74d985_1585_d0d4_05c1_afafbdd877d4["getPropertyNamesFromFlatReturnsPropertyNames()"] fc74d985_1585_d0d4_05c1_afafbdd877d4 -->|calls| fd2b653f_0fed_4b6a_7ecd_f78b35dc6b35 e246ec04_3345_b4ab_352a_a9a51f0d9b12["getPropertyFromFlatReturnsFileContent()"] e246ec04_3345_b4ab_352a_a9a51f0d9b12 -->|calls| fd2b653f_0fed_4b6a_7ecd_f78b35dc6b35 a55bfa93_4937_bf0c_1405_1d87f5db6158["getPropertyFromFlatWhenMissingReturnsNull()"] a55bfa93_4937_bf0c_1405_1d87f5db6158 -->|calls| fd2b653f_0fed_4b6a_7ecd_f78b35dc6b35 57c5ca47_e7bc_e70e_4df7_0812d9c9a1c2["getPropertyFromFlatWhenFileDeletedThrowsException()"] 57c5ca47_e7bc_e70e_4df7_0812d9c9a1c2 -->|calls| fd2b653f_0fed_4b6a_7ecd_f78b35dc6b35 9a2535aa_9ae2_6317_27f6_bb8f0386504f["getOriginFromFlatReturnsOrigin()"] 9a2535aa_9ae2_6317_27f6_bb8f0386504f -->|calls| fd2b653f_0fed_4b6a_7ecd_f78b35dc6b35 b9ae4057_af9f_1920_b9a6_fc51763b5f30["getOriginFromFlatWhenMissingReturnsNull()"] b9ae4057_af9f_1920_b9a6_fc51763b5f30 -->|calls| fd2b653f_0fed_4b6a_7ecd_f78b35dc6b35 fc26a59e_7740_e0c5_e35a_12c5cce3b0f8["getPropertyViaEnvironmentSupportsConversion()"] fc26a59e_7740_e0c5_e35a_12c5cce3b0f8 -->|calls| fd2b653f_0fed_4b6a_7ecd_f78b35dc6b35 944b0032_423b_56b2_c373_6241fee63a68["addProperty()"] fd2b653f_0fed_4b6a_7ecd_f78b35dc6b35 -->|calls| 944b0032_423b_56b2_c373_6241fee63a68 style fd2b653f_0fed_4b6a_7ecd_f78b35dc6b35 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/env/ConfigTreePropertySourceTests.java lines 253–259
private ConfigTreePropertySource getFlatPropertySource() throws IOException {
addProperty("a", "A");
addProperty("b", "B");
addProperty("c", "C");
addProperty("one", "1");
return new ConfigTreePropertySource("test", this.directory);
}
Domain
Subdomains
Calls
Called By
- getOriginFromFlatReturnsOrigin()
- getOriginFromFlatWhenMissingReturnsNull()
- getPropertyFromFlatReturnsFileContent()
- getPropertyFromFlatWhenFileDeletedThrowsException()
- getPropertyFromFlatWhenMissingReturnsNull()
- getPropertyNamesFromFlatReturnsPropertyNames()
- getPropertyViaEnvironmentSupportsConversion()
Source
Frequently Asked Questions
What does getFlatPropertySource() do?
getFlatPropertySource() is a function in the spring-boot codebase.
What does getFlatPropertySource() call?
getFlatPropertySource() calls 1 function(s): addProperty.
What calls getFlatPropertySource()?
getFlatPropertySource() is called by 7 function(s): getOriginFromFlatReturnsOrigin, getOriginFromFlatWhenMissingReturnsNull, getPropertyFromFlatReturnsFileContent, getPropertyFromFlatWhenFileDeletedThrowsException, getPropertyFromFlatWhenMissingReturnsNull, getPropertyNamesFromFlatReturnsPropertyNames, getPropertyViaEnvironmentSupportsConversion.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free