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
  b5e03970_dde4_ee52_57c8_c57ee3a0271e["has()"]
  0c4716f1_89d3_214b_7093_ffa56bbd0903["parseAllSources()"]
  0c4716f1_89d3_214b_7093_ffa56bbd0903 -->|calls| b5e03970_dde4_ee52_57c8_c57ee3a0271e
  5cbde88c_fc16_4fe0_ed82_2951d88ac431["parseAllItems()"]
  5cbde88c_fc16_4fe0_ed82_2951d88ac431 -->|calls| b5e03970_dde4_ee52_57c8_c57ee3a0271e
  fec0cb25_40b2_aedb_0b43_217278cb009d["parseAllHints()"]
  fec0cb25_40b2_aedb_0b43_217278cb009d -->|calls| b5e03970_dde4_ee52_57c8_c57ee3a0271e
  3a026524_8261_0337_f364_a864a5252db7["parseHint()"]
  3a026524_8261_0337_f364_a864a5252db7 -->|calls| b5e03970_dde4_ee52_57c8_c57ee3a0271e
  fc6393e9_a413_0a32_e3a3_934e73e90af5["parseDeprecation()"]
  fc6393e9_a413_0a32_e3a3_934e73e90af5 -->|calls| b5e03970_dde4_ee52_57c8_c57ee3a0271e
  style b5e03970_dde4_ee52_57c8_c57ee3a0271e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/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 5 function(s): parseAllHints, parseAllItems, parseAllSources, parseDeprecation, parseHint.

Analyze Your Own Codebase

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

Try Supermodel Free