asLocationsList() — spring-boot Function Reference
Architecture documentation for the asLocationsList() function in ConfigDataEnvironmentContributorTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 31c22dfc_0e43_3b4f_dc24_eafdbb67c8ca["asLocationsList()"] 0d2505dd_c65b_c5b8_f0a5_e9faa5941d97["iteratorWhenSingleContributorReturnsSingletonIterator()"] 0d2505dd_c65b_c5b8_f0a5_e9faa5941d97 -->|calls| 31c22dfc_0e43_3b4f_dc24_eafdbb67c8ca 38919ff3_9876_915a_7522_7f35a555490c["iteratorWhenTypicalStructureReturnsCorrectlyOrderedIterator()"] 38919ff3_9876_915a_7522_7f35a555490c -->|calls| 31c22dfc_0e43_3b4f_dc24_eafdbb67c8ca de2b2f20_af26_ef78_1668_58aead61731c["withChildrenAfterProfileActivationMovesProfileSpecificChildren()"] de2b2f20_af26_ef78_1668_58aead61731c -->|calls| 31c22dfc_0e43_3b4f_dc24_eafdbb67c8ca bb8ae6e1_a52c_27b2_9a24_522f765bfca8["withReplacementReplacesChild()"] bb8ae6e1_a52c_27b2_9a24_522f765bfca8 -->|calls| 31c22dfc_0e43_3b4f_dc24_eafdbb67c8ca 7ed947bf_22a1_2781_a2ae_759aa1907445["add()"] 31c22dfc_0e43_3b4f_dc24_eafdbb67c8ca -->|calls| 7ed947bf_22a1_2781_a2ae_759aa1907445 32e373c7_57aa_41d6_5457_1d42c9065a66["getLocationName()"] 31c22dfc_0e43_3b4f_dc24_eafdbb67c8ca -->|calls| 32e373c7_57aa_41d6_5457_1d42c9065a66 style 31c22dfc_0e43_3b4f_dc24_eafdbb67c8ca fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/config/ConfigDataEnvironmentContributorTests.java lines 395–399
private List<String> asLocationsList(Iterator<ConfigDataEnvironmentContributor> iterator) {
List<String> list = new ArrayList<>();
iterator.forEachRemaining((contributor) -> list.add(getLocationName(contributor)));
return list;
}
Domain
Subdomains
Calls
- add()
- getLocationName()
Called By
- iteratorWhenSingleContributorReturnsSingletonIterator()
- iteratorWhenTypicalStructureReturnsCorrectlyOrderedIterator()
- withChildrenAfterProfileActivationMovesProfileSpecificChildren()
- withReplacementReplacesChild()
Source
Frequently Asked Questions
What does asLocationsList() do?
asLocationsList() is a function in the spring-boot codebase.
What does asLocationsList() call?
asLocationsList() calls 2 function(s): add, getLocationName.
What calls asLocationsList()?
asLocationsList() is called by 4 function(s): iteratorWhenSingleContributorReturnsSingletonIterator, iteratorWhenTypicalStructureReturnsCorrectlyOrderedIterator, withChildrenAfterProfileActivationMovesProfileSpecificChildren, withReplacementReplacesChild.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free