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 56afd5ff_85de_d8b5_5901_a76923fe9704["has()"] 7340dea3_0533_f065_3340_e4e5990881cc["toItemDeprecation()"] 7340dea3_0533_f065_3340_e4e5990881cc -->|calls| 56afd5ff_85de_d8b5_5901_a76923fe9704 df10d13e_2f95_92e4_f0a3_a432b7541a24["toItemHint()"] df10d13e_2f95_92e4_f0a3_a432b7541a24 -->|calls| 56afd5ff_85de_d8b5_5901_a76923fe9704 de92dd4c_f87e_697f_8cb9_03f586a8b7af["toValueProvider()"] de92dd4c_f87e_697f_8cb9_03f586a8b7af -->|calls| 56afd5ff_85de_d8b5_5901_a76923fe9704 f5e568a9_e1ed_aa61_1afd_3856040f87b5["mergingOfAdditionalProperty()"] f5e568a9_e1ed_aa61_1afd_3856040f87b5 -->|calls| 56afd5ff_85de_d8b5_5901_a76923fe9704 368a0e26_aab1_4871_819a_d1e1f12c1b34["mergingOfAdditionalPropertyMatchingGroup()"] 368a0e26_aab1_4871_819a_d1e1f12c1b34 -->|calls| 56afd5ff_85de_d8b5_5901_a76923fe9704 fa0d5ba4_1fee_070b_f31e_ded40ecba6ba["mergeExistingPropertyDefaultValue()"] fa0d5ba4_1fee_070b_f31e_ded40ecba6ba -->|calls| 56afd5ff_85de_d8b5_5901_a76923fe9704 4b3e875b_e768_205a_0c1b_149f0189b9aa["mergeExistingPropertyDescription()"] 4b3e875b_e768_205a_0c1b_149f0189b9aa -->|calls| 56afd5ff_85de_d8b5_5901_a76923fe9704 492888c3_d3da_3e42_fa7f_da31e0ce0919["mergeExistingPropertyDeprecation()"] 492888c3_d3da_3e42_fa7f_da31e0ce0919 -->|calls| 56afd5ff_85de_d8b5_5901_a76923fe9704 86db2a59_f717_17d6_b92c_067a0375ba30["mergeExistingPropertyDeprecationOverride()"] 86db2a59_f717_17d6_b92c_067a0375ba30 -->|calls| 56afd5ff_85de_d8b5_5901_a76923fe9704 204e892f_d28d_6fdc_2f14_c0d4e833b9bb["mergeExistingPropertyDeprecationOverrideLevel()"] 204e892f_d28d_6fdc_2f14_c0d4e833b9bb -->|calls| 56afd5ff_85de_d8b5_5901_a76923fe9704 99dd0cb4_f361_775b_c1e5_a2b0e441898c["mergingOfSimpleHint()"] 99dd0cb4_f361_775b_c1e5_a2b0e441898c -->|calls| 56afd5ff_85de_d8b5_5901_a76923fe9704 f4ba251a_6561_8900_ce4d_61e184bb7f86["mergingOfHintWithNonCanonicalName()"] f4ba251a_6561_8900_ce4d_61e184bb7f86 -->|calls| 56afd5ff_85de_d8b5_5901_a76923fe9704 c6e26115_9ea9_83f2_347b_521a722028c3["mergingOfHintWithProvider()"] c6e26115_9ea9_83f2_347b_521a722028c3 -->|calls| 56afd5ff_85de_d8b5_5901_a76923fe9704 80b8d0af_5b68_c5dc_cc48_32a6741cefe3["mergingOfAdditionalDeprecation()"] 80b8d0af_5b68_c5dc_cc48_32a6741cefe3 -->|calls| 56afd5ff_85de_d8b5_5901_a76923fe9704 style 56afd5ff_85de_d8b5_5901_a76923fe9704 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 360–362
public boolean has(String name) {
return this.nameValuePairs.containsKey(name);
}
Domain
Subdomains
Called By
- mergeExistingPropertyDefaultValue()
- mergeExistingPropertyDeprecation()
- mergeExistingPropertyDeprecationOverride()
- mergeExistingPropertyDeprecationOverrideLevel()
- mergeExistingPropertyDescription()
- mergingOfAdditionalDeprecation()
- mergingOfAdditionalMetadata()
- mergingOfAdditionalProperty()
- mergingOfAdditionalPropertyMatchingGroup()
- mergingOfHintWithNonCanonicalName()
- mergingOfHintWithProvider()
- mergingOfSimpleHint()
- toItemDeprecation()
- toItemHint()
- toValueProvider()
Source
Frequently Asked Questions
What does has() do?
has() is a function in the spring-boot codebase.
What calls has()?
has() is called by 15 function(s): mergeExistingPropertyDefaultValue, mergeExistingPropertyDeprecation, mergeExistingPropertyDeprecationOverride, mergeExistingPropertyDeprecationOverrideLevel, mergeExistingPropertyDescription, mergingOfAdditionalDeprecation, mergingOfAdditionalMetadata, mergingOfAdditionalProperty, and 7 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free