buildAdditionalHints() — spring-boot Function Reference
Architecture documentation for the buildAdditionalHints() function in MergeMetadataGenerationTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 57c92e2b_db8f_d619_ea78_e485c427d97f["buildAdditionalHints()"] 99dd0cb4_f361_775b_c1e5_a2b0e441898c["mergingOfSimpleHint()"] 99dd0cb4_f361_775b_c1e5_a2b0e441898c -->|calls| 57c92e2b_db8f_d619_ea78_e485c427d97f f4ba251a_6561_8900_ce4d_61e184bb7f86["mergingOfHintWithNonCanonicalName()"] f4ba251a_6561_8900_ce4d_61e184bb7f86 -->|calls| 57c92e2b_db8f_d619_ea78_e485c427d97f c6e26115_9ea9_83f2_347b_521a722028c3["mergingOfHintWithProvider()"] c6e26115_9ea9_83f2_347b_521a722028c3 -->|calls| 57c92e2b_db8f_d619_ea78_e485c427d97f 135fcb76_5f4d_6bcf_4ec3_690e10d8d879["JSONObject()"] 57c92e2b_db8f_d619_ea78_e485c427d97f -->|calls| 135fcb76_5f4d_6bcf_4ec3_690e10d8d879 a776ffa9_ed6c_7e1d_d104_191fae3ec3d7["toJsonArray()"] 57c92e2b_db8f_d619_ea78_e485c427d97f -->|calls| a776ffa9_ed6c_7e1d_d104_191fae3ec3d7 0fcb93b3_4873_3258_b9e6_29138d183448["put()"] 57c92e2b_db8f_d619_ea78_e485c427d97f -->|calls| 0fcb93b3_4873_3258_b9e6_29138d183448 style 57c92e2b_db8f_d619_ea78_e485c427d97f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/MergeMetadataGenerationTests.java lines 248–253
private String buildAdditionalHints(ItemHint... hints) throws Exception {
TestJsonConverter converter = new TestJsonConverter();
JSONObject additionalMetadata = new JSONObject();
additionalMetadata.put("hints", converter.toJsonArray(Arrays.asList(hints)));
return additionalMetadata.toString();
}
Domain
Subdomains
Calls
- JSONObject()
- put()
- toJsonArray()
Source
Frequently Asked Questions
What does buildAdditionalHints() do?
buildAdditionalHints() is a function in the spring-boot codebase.
What does buildAdditionalHints() call?
buildAdditionalHints() calls 3 function(s): JSONObject, put, toJsonArray.
What calls buildAdditionalHints()?
buildAdditionalHints() is called by 3 function(s): mergingOfHintWithNonCanonicalName, mergingOfHintWithProvider, mergingOfSimpleHint.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free