put() — spring-boot Function Reference
Architecture documentation for the put() function in JSONObject.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 0fcb93b3_4873_3258_b9e6_29138d183448["put()"] 135fcb76_5f4d_6bcf_4ec3_690e10d8d879["JSONObject()"] 135fcb76_5f4d_6bcf_4ec3_690e10d8d879 -->|calls| 0fcb93b3_4873_3258_b9e6_29138d183448 c3e3ffe2_9739_b9dd_a724_b73617bd6aab["putOpt()"] c3e3ffe2_9739_b9dd_a724_b73617bd6aab -->|calls| 0fcb93b3_4873_3258_b9e6_29138d183448 bea0ed01_a781_156d_ffc2_7b888e7bf015["accumulate()"] bea0ed01_a781_156d_ffc2_7b888e7bf015 -->|calls| 0fcb93b3_4873_3258_b9e6_29138d183448 466311fc_2f6c_32c6_42ad_1dc532f4c748["toJSONArray()"] 466311fc_2f6c_32c6_42ad_1dc532f4c748 -->|calls| 0fcb93b3_4873_3258_b9e6_29138d183448 3014ae9a_c9f1_fb77_0ef5_e1420502c97c["write()"] 3014ae9a_c9f1_fb77_0ef5_e1420502c97c -->|calls| 0fcb93b3_4873_3258_b9e6_29138d183448 de92dd4c_f87e_697f_8cb9_03f586a8b7af["toValueProvider()"] de92dd4c_f87e_697f_8cb9_03f586a8b7af -->|calls| 0fcb93b3_4873_3258_b9e6_29138d183448 ee9541da_8bb3_a675_47cf_949f6bf69e04["mergingOfAdditionalMetadata()"] ee9541da_8bb3_a675_47cf_949f6bf69e04 -->|calls| 0fcb93b3_4873_3258_b9e6_29138d183448 a0b89884_7c7a_0fc8_975b_346d0a11f1b4["buildAdditionalMetadata()"] a0b89884_7c7a_0fc8_975b_346d0a11f1b4 -->|calls| 0fcb93b3_4873_3258_b9e6_29138d183448 57c92e2b_db8f_d619_ea78_e485c427d97f["buildAdditionalHints()"] 57c92e2b_db8f_d619_ea78_e485c427d97f -->|calls| 0fcb93b3_4873_3258_b9e6_29138d183448 2c7f4fa9_99db_9b88_9e01_273bde231203["buildPropertyDeprecations()"] 2c7f4fa9_99db_9b88_9e01_273bde231203 -->|calls| 0fcb93b3_4873_3258_b9e6_29138d183448 ead471ec_3401_4ac5_247e_c17e9f46a9d0["checkName()"] 0fcb93b3_4873_3258_b9e6_29138d183448 -->|calls| ead471ec_3401_4ac5_247e_c17e9f46a9d0 73a62f0d_f2ba_4d22_c71d_be41056d0690["remove()"] 0fcb93b3_4873_3258_b9e6_29138d183448 -->|calls| 73a62f0d_f2ba_4d22_c71d_be41056d0690 style 0fcb93b3_4873_3258_b9e6_29138d183448 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 205–208
public JSONObject put(String name, boolean value) throws JSONException {
this.nameValuePairs.put(checkName(name), value);
return this;
}
Domain
Subdomains
Calls
- checkName()
- remove()
Called By
Source
Frequently Asked Questions
What does put() do?
put() is a function in the spring-boot codebase.
What does put() call?
put() calls 2 function(s): checkName, remove.
What calls put()?
put() is called by 10 function(s): JSONObject, accumulate, buildAdditionalHints, buildAdditionalMetadata, buildPropertyDeprecations, mergingOfAdditionalMetadata, putOpt, toJSONArray, and 2 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free