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

put() — spring-boot Function Reference

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

Function java GradlePlugin AotProcessing calls 2 called by 9

Entity Profile

Dependency Diagram

graph TD
  e3be2238_5db5_c42d_7dea_fc316e36c89c["put()"]
  d1e7d664_bbd8_b5f8_928b_bef69f5b5ce1["JSONObject()"]
  d1e7d664_bbd8_b5f8_928b_bef69f5b5ce1 -->|calls| e3be2238_5db5_c42d_7dea_fc316e36c89c
  95bc72ff_a1db_b2eb_c849_d4d9a65414c4["putOpt()"]
  95bc72ff_a1db_b2eb_c849_d4d9a65414c4 -->|calls| e3be2238_5db5_c42d_7dea_fc316e36c89c
  f474c5e0_56fa_a01c_d587_ca845da3b64e["accumulate()"]
  f474c5e0_56fa_a01c_d587_ca845da3b64e -->|calls| e3be2238_5db5_c42d_7dea_fc316e36c89c
  367dbc3b_775c_0799_b485_713226c4cf4b["toJSONArray()"]
  367dbc3b_775c_0799_b485_713226c4cf4b -->|calls| e3be2238_5db5_c42d_7dea_fc316e36c89c
  5e73729f_45b6_854c_8e3b_855cb22017ae["InitializrServiceMetadata()"]
  5e73729f_45b6_854c_8e3b_855cb22017ae -->|calls| e3be2238_5db5_c42d_7dea_fc316e36c89c
  e721633d_ad67_37e4_3e15_bcafca31adc2["parseProjectTypes()"]
  e721633d_ad67_37e4_3e15_bcafca31adc2 -->|calls| e3be2238_5db5_c42d_7dea_fc316e36c89c
  4584dba3_8260_1b92_9bbc_aac4c3d25176["parseDefaults()"]
  4584dba3_8260_1b92_9bbc_aac4c3d25176 -->|calls| e3be2238_5db5_c42d_7dea_fc316e36c89c
  08e2b7d4_9e48_302c_6775_96d7cb0c4417["parseGroup()"]
  08e2b7d4_9e48_302c_6775_96d7cb0c4417 -->|calls| e3be2238_5db5_c42d_7dea_fc316e36c89c
  d4a35d86_cbf4_c372_4de4_20a385040cc0["parseStringItems()"]
  d4a35d86_cbf4_c372_4de4_20a385040cc0 -->|calls| e3be2238_5db5_c42d_7dea_fc316e36c89c
  59222fba_9165_5465_0cca_487e85a43597["checkName()"]
  e3be2238_5db5_c42d_7dea_fc316e36c89c -->|calls| 59222fba_9165_5465_0cca_487e85a43597
  7aa14d14_f62a_3c6b_18ef_b92011b9ee1b["remove()"]
  e3be2238_5db5_c42d_7dea_fc316e36c89c -->|calls| 7aa14d14_f62a_3c6b_18ef_b92011b9ee1b
  style e3be2238_5db5_c42d_7dea_fc316e36c89c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/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

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 9 function(s): InitializrServiceMetadata, JSONObject, accumulate, parseDefaults, parseGroup, parseProjectTypes, parseStringItems, putOpt, and 1 more.

Analyze Your Own Codebase

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

Try Supermodel Free