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

length() — spring-boot Function Reference

Architecture documentation for the length() function in JSONArray.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  1b3d0a68_657d_02e7_ac7c_605a667f6b93["length()"]
  ffb1a7e8_da1c_3d81_eee9_13a1276f4773["toJSONObject()"]
  ffb1a7e8_da1c_3d81_eee9_13a1276f4773 -->|calls| 1b3d0a68_657d_02e7_ac7c_605a667f6b93
  0c4716f1_89d3_214b_7093_ffa56bbd0903["parseAllSources()"]
  0c4716f1_89d3_214b_7093_ffa56bbd0903 -->|calls| 1b3d0a68_657d_02e7_ac7c_605a667f6b93
  5cbde88c_fc16_4fe0_ed82_2951d88ac431["parseAllItems()"]
  5cbde88c_fc16_4fe0_ed82_2951d88ac431 -->|calls| 1b3d0a68_657d_02e7_ac7c_605a667f6b93
  fec0cb25_40b2_aedb_0b43_217278cb009d["parseAllHints()"]
  fec0cb25_40b2_aedb_0b43_217278cb009d -->|calls| 1b3d0a68_657d_02e7_ac7c_605a667f6b93
  3a026524_8261_0337_f364_a864a5252db7["parseHint()"]
  3a026524_8261_0337_f364_a864a5252db7 -->|calls| 1b3d0a68_657d_02e7_ac7c_605a667f6b93
  ec516ac7_01fd_ef4d_8243_c109ac96f4cd["readItemValue()"]
  ec516ac7_01fd_ef4d_8243_c109ac96f4cd -->|calls| 1b3d0a68_657d_02e7_ac7c_605a667f6b93
  style 1b3d0a68_657d_02e7_ac7c_605a667f6b93 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSONArray.java lines 124–126

	public int length() {
		return this.values.size();
	}

Domain

Subdomains

Frequently Asked Questions

What does length() do?
length() is a function in the spring-boot codebase.
What calls length()?
length() is called by 6 function(s): parseAllHints, parseAllItems, parseAllSources, parseHint, readItemValue, toJSONObject.

Analyze Your Own Codebase

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

Try Supermodel Free