optJSONObject() — spring-boot Function Reference
Architecture documentation for the optJSONObject() function in JSONObject.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 2ed1122d_0893_df5f_3c49_2e4b1bcd67c6["optJSONObject()"] 30292bfa_e8ed_1caa_f042_78733422492f["read()"] 30292bfa_e8ed_1caa_f042_78733422492f -->|calls| 2ed1122d_0893_df5f_3c49_2e4b1bcd67c6 95f4b38d_c00e_563b_67a0_1ac9214df77c["opt()"] 2ed1122d_0893_df5f_3c49_2e4b1bcd67c6 -->|calls| 95f4b38d_c00e_563b_67a0_1ac9214df77c style 2ed1122d_0893_df5f_3c49_2e4b1bcd67c6 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 641–644
public JSONObject optJSONObject(String name) {
Object object = opt(name);
return object instanceof JSONObject ? (JSONObject) object : null;
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does optJSONObject() do?
optJSONObject() is a function in the spring-boot codebase.
What does optJSONObject() call?
optJSONObject() calls 1 function(s): opt.
What calls optJSONObject()?
optJSONObject() is called by 1 function(s): read.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free