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

has() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  bce510cf_7d62_2e24_bead_369f8b5a84e7["has()"]
  ec2f04e5_f7fd_269a_f650_1f3465143439["extractMessage()"]
  ec2f04e5_f7fd_269a_f650_1f3465143439 -->|calls| bce510cf_7d62_2e24_bead_369f8b5a84e7
  4e5a1b57_0ba4_483a_58bf_208e56d47173["parseDependencies()"]
  4e5a1b57_0ba4_483a_58bf_208e56d47173 -->|calls| bce510cf_7d62_2e24_bead_369f8b5a84e7
  e721633d_ad67_37e4_3e15_bcafca31adc2["parseProjectTypes()"]
  e721633d_ad67_37e4_3e15_bcafca31adc2 -->|calls| bce510cf_7d62_2e24_bead_369f8b5a84e7
  4584dba3_8260_1b92_9bbc_aac4c3d25176["parseDefaults()"]
  4584dba3_8260_1b92_9bbc_aac4c3d25176 -->|calls| bce510cf_7d62_2e24_bead_369f8b5a84e7
  08e2b7d4_9e48_302c_6775_96d7cb0c4417["parseGroup()"]
  08e2b7d4_9e48_302c_6775_96d7cb0c4417 -->|calls| bce510cf_7d62_2e24_bead_369f8b5a84e7
  34a3cce4_cf3e_ddb5_4b68_b2f3a09e83d5["parseType()"]
  34a3cce4_cf3e_ddb5_4b68_b2f3a09e83d5 -->|calls| bce510cf_7d62_2e24_bead_369f8b5a84e7
  aa32a554_24df_5ed3_d20a_2693c174f4c3["getStringValue()"]
  aa32a554_24df_5ed3_d20a_2693c174f4c3 -->|calls| bce510cf_7d62_2e24_bead_369f8b5a84e7
  style bce510cf_7d62_2e24_bead_369f8b5a84e7 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 360–362

	public boolean has(String name) {
		return this.nameValuePairs.containsKey(name);
	}

Domain

Subdomains

Frequently Asked Questions

What does has() do?
has() is a function in the spring-boot codebase.
What calls has()?
has() is called by 7 function(s): extractMessage, getStringValue, parseDefaults, parseDependencies, parseGroup, parseProjectTypes, parseType.

Analyze Your Own Codebase

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

Try Supermodel Free