keys() — spring-boot Function Reference
Architecture documentation for the keys() function in JSONObject.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 27fe96cf_6444_1498_1a42_e5d09aa359be["keys()"] 4584dba3_8260_1b92_9bbc_aac4c3d25176["parseDefaults()"] 4584dba3_8260_1b92_9bbc_aac4c3d25176 -->|calls| 27fe96cf_6444_1498_1a42_e5d09aa359be d4a35d86_cbf4_c372_4de4_20a385040cc0["parseStringItems()"] d4a35d86_cbf4_c372_4de4_20a385040cc0 -->|calls| 27fe96cf_6444_1498_1a42_e5d09aa359be style 27fe96cf_6444_1498_1a42_e5d09aa359be 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 678–681
@SuppressWarnings("rawtypes")
public Iterator keys() {
return this.nameValuePairs.keySet().iterator();
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does keys() do?
keys() is a function in the spring-boot codebase.
What calls keys()?
keys() is called by 2 function(s): parseDefaults, parseStringItems.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free