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

optLong() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  7d0c67b1_a7bf_fe8a_b027_752eb43dfa27["optLong()"]
  17baeb06_fa82_f100_89b4_a0074d1e868e["opt()"]
  7d0c67b1_a7bf_fe8a_b027_752eb43dfa27 -->|calls| 17baeb06_fa82_f100_89b4_a0074d1e868e
  style 7d0c67b1_a7bf_fe8a_b027_752eb43dfa27 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-processor/src/json-shade/java/org/springframework/boot/configurationprocessor/json/JSONArray.java lines 461–463

	public long optLong(int index) {
		return optLong(index, 0L);
	}

Domain

Subdomains

Calls

Frequently Asked Questions

What does optLong() do?
optLong() is a function in the spring-boot codebase.
What does optLong() call?
optLong() calls 1 function(s): opt.

Analyze Your Own Codebase

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

Try Supermodel Free