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

optJSONArray() — spring-boot Function Reference

Architecture documentation for the optJSONArray() function in JSONObject.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  c34cabe8_8204_3dd1_614a_5c365b012bee["optJSONArray()"]
  30292bfa_e8ed_1caa_f042_78733422492f["read()"]
  30292bfa_e8ed_1caa_f042_78733422492f -->|calls| c34cabe8_8204_3dd1_614a_5c365b012bee
  243c6917_5588_f779_9f81_3b5d46c64fe2["addIgnoredProperties()"]
  243c6917_5588_f779_9f81_3b5d46c64fe2 -->|calls| c34cabe8_8204_3dd1_614a_5c365b012bee
  95f4b38d_c00e_563b_67a0_1ac9214df77c["opt()"]
  c34cabe8_8204_3dd1_614a_5c365b012bee -->|calls| 95f4b38d_c00e_563b_67a0_1ac9214df77c
  style c34cabe8_8204_3dd1_614a_5c365b012bee 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/JSONObject.java lines 612–615

	public JSONArray optJSONArray(String name) {
		Object object = opt(name);
		return object instanceof JSONArray ? (JSONArray) object : null;
	}

Domain

Subdomains

Calls

Frequently Asked Questions

What does optJSONArray() do?
optJSONArray() is a function in the spring-boot codebase.
What does optJSONArray() call?
optJSONArray() calls 1 function(s): opt.
What calls optJSONArray()?
optJSONArray() is called by 2 function(s): addIgnoredProperties, read.

Analyze Your Own Codebase

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

Try Supermodel Free