setItems() — spring-boot Function Reference
Architecture documentation for the setItems() function in MapBinderTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 244c17c3_aa00_685f_49a7_2878745f02ef["setItems()"] 73814ba0_3383_fc7d_cb7b_54088a3161f1["setItems()"] 73814ba0_3383_fc7d_cb7b_54088a3161f1 -->|calls| 244c17c3_aa00_685f_49a7_2878745f02ef 73814ba0_3383_fc7d_cb7b_54088a3161f1["setItems()"] 244c17c3_aa00_685f_49a7_2878745f02ef -->|calls| 73814ba0_3383_fc7d_cb7b_54088a3161f1 56389443_af72_e3fc_2cb2_953409e72eff["putAll()"] 244c17c3_aa00_685f_49a7_2878745f02ef -->|calls| 56389443_af72_e3fc_2cb2_953409e72eff style 244c17c3_aa00_685f_49a7_2878745f02ef fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/properties/bind/MapBinderTests.java lines 766–769
void setItems(MyCustomWithDefaultConstructorMap items) {
this.items.clear();
this.items.putAll(items);
}
Domain
Subdomains
Calls
- putAll()
- setItems()
Called By
- setItems()
Source
Frequently Asked Questions
What does setItems() do?
setItems() is a function in the spring-boot codebase.
What does setItems() call?
setItems() calls 2 function(s): putAll, setItems.
What calls setItems()?
setItems() is called by 1 function(s): setItems.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free