getItems() — spring-boot Function Reference
Architecture documentation for the getItems() function in CollectionBinderTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 1892b500_02e7_11fb_fdac_53e2290ba004["getItems()"] 67a0f795_431c_a3fd_b59e_7f704b360549["getItems()"] 67a0f795_431c_a3fd_b59e_7f704b360549 -->|calls| 1892b500_02e7_11fb_fdac_53e2290ba004 74855c4a_6a98_b909_c368_4e9b01ecc1ff["getItems()"] 74855c4a_6a98_b909_c368_4e9b01ecc1ff -->|calls| 1892b500_02e7_11fb_fdac_53e2290ba004 621f205d_2f24_d9e0_6c8b_748d4901827d["bindToNestedCollectionWhenNonKnownIndexed()"] 621f205d_2f24_d9e0_6c8b_748d4901827d -->|calls| 1892b500_02e7_11fb_fdac_53e2290ba004 4d343360_894e_db07_99ff_61d687e3be85["bindToCollectionShouldAlsoCallSetterIfPresent()"] 4d343360_894e_db07_99ff_61d687e3be85 -->|calls| 1892b500_02e7_11fb_fdac_53e2290ba004 ba91a065_a6f4_1514_ead3_9185e885b865["bindToCollectionWithNoDefaultConstructor()"] ba91a065_a6f4_1514_ead3_9185e885b865 -->|calls| 1892b500_02e7_11fb_fdac_53e2290ba004 a7a58a49_8a0d_f594_e589_d526cd0824ba["bindToCollectionWithDefaultConstructor()"] a7a58a49_8a0d_f594_e589_d526cd0824ba -->|calls| 1892b500_02e7_11fb_fdac_53e2290ba004 8527798b_3154_c5bc_6d27_c3cbc09f1028["bindToListShouldAllowDuplicateValues()"] 8527798b_3154_c5bc_6d27_c3cbc09f1028 -->|calls| 1892b500_02e7_11fb_fdac_53e2290ba004 74855c4a_6a98_b909_c368_4e9b01ecc1ff["getItems()"] 1892b500_02e7_11fb_fdac_53e2290ba004 -->|calls| 74855c4a_6a98_b909_c368_4e9b01ecc1ff style 1892b500_02e7_11fb_fdac_53e2290ba004 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/properties/bind/CollectionBinderTests.java lines 520–522
List<String> getItems() {
return this.items;
}
Domain
Subdomains
Calls
- getItems()
Called By
Source
Frequently Asked Questions
What does getItems() do?
getItems() is a function in the spring-boot codebase.
What does getItems() call?
getItems() calls 1 function(s): getItems.
What calls getItems()?
getItems() is called by 7 function(s): bindToCollectionShouldAlsoCallSetterIfPresent, bindToCollectionWithDefaultConstructor, bindToCollectionWithNoDefaultConstructor, bindToListShouldAllowDuplicateValues, bindToNestedCollectionWhenNonKnownIndexed, getItems, getItems.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free