Home / Function/ getItems() — spring-boot Function Reference

getItems() — spring-boot Function Reference

Architecture documentation for the getItems() function in MapBinderTests.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  c1c2800b_8356_d703_b914_26573e5ea4b8["getItems()"]
  ce7a72b8_2d3b_03c6_20a3_839847b6a464["getItems()"]
  ce7a72b8_2d3b_03c6_20a3_839847b6a464 -->|calls| c1c2800b_8356_d703_b914_26573e5ea4b8
  36126e99_1f00_5686_96f7_5cedc914f74c["bindToMapWithNoDefaultConstructor()"]
  36126e99_1f00_5686_96f7_5cedc914f74c -->|calls| c1c2800b_8356_d703_b914_26573e5ea4b8
  c94889f0_11e9_323b_d8d9_cdf680d83005["bindToMapWithDefaultConstructor()"]
  c94889f0_11e9_323b_d8d9_cdf680d83005 -->|calls| c1c2800b_8356_d703_b914_26573e5ea4b8
  ce7a72b8_2d3b_03c6_20a3_839847b6a464["getItems()"]
  c1c2800b_8356_d703_b914_26573e5ea4b8 -->|calls| ce7a72b8_2d3b_03c6_20a3_839847b6a464
  style c1c2800b_8356_d703_b914_26573e5ea4b8 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 740–742

		MyCustomNoDefaultConstructorMap getItems() {
			return this.items;
		}

Domain

Subdomains

Calls

  • getItems()

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 3 function(s): bindToMapWithDefaultConstructor, bindToMapWithNoDefaultConstructor, getItems.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free