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

isLastElementIndexed() — spring-boot Function Reference

Architecture documentation for the isLastElementIndexed() function in ConfigurationPropertyName.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 2 called by 3

Entity Profile

Dependency Diagram

graph TD
  12350d6d_afd0_ec61_b636_491fbc78f5c2["isLastElementIndexed()"]
  90f89c0e_f8a3_a470_c641_acaae8e6bc6f["getKnownIndexedChildren()"]
  90f89c0e_f8a3_a470_c641_acaae8e6bc6f -->|calls| 12350d6d_afd0_ec61_b636_491fbc78f5c2
  b96ffcc5_6766_3a9b_ede9_be5f729c1b6d["assertNoUnboundChildren()"]
  b96ffcc5_6766_3a9b_ede9_be5f729c1b6d -->|calls| 12350d6d_afd0_ec61_b636_491fbc78f5c2
  e0c84b2d_81dc_e784_94a2_bc56b1a98fe9["isOverriddenCollectionElement()"]
  e0c84b2d_81dc_e784_94a2_bc56b1a98fe9 -->|calls| 12350d6d_afd0_ec61_b636_491fbc78f5c2
  5acc70e6_66e3_8996_e541_fcd335154b61["getNumberOfElements()"]
  12350d6d_afd0_ec61_b636_491fbc78f5c2 -->|calls| 5acc70e6_66e3_8996_e541_fcd335154b61
  50ab77a1_5a37_b789_ed17_ece7194cd0be["isIndexed()"]
  12350d6d_afd0_ec61_b636_491fbc78f5c2 -->|calls| 50ab77a1_5a37_b789_ed17_ece7194cd0be
  style 12350d6d_afd0_ec61_b636_491fbc78f5c2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/context/properties/source/ConfigurationPropertyName.java lines 96–99

	public boolean isLastElementIndexed() {
		int size = getNumberOfElements();
		return (size > 0 && isIndexed(size - 1));
	}

Domain

Subdomains

Frequently Asked Questions

What does isLastElementIndexed() do?
isLastElementIndexed() is a function in the spring-boot codebase.
What does isLastElementIndexed() call?
isLastElementIndexed() calls 2 function(s): getNumberOfElements, isIndexed.
What calls isLastElementIndexed()?
isLastElementIndexed() is called by 3 function(s): assertNoUnboundChildren, getKnownIndexedChildren, isOverriddenCollectionElement.

Analyze Your Own Codebase

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

Try Supermodel Free