readMetadata() — spring-boot Function Reference
Architecture documentation for the readMetadata() function in ProjectGenerationRequestTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 6dc7d335_af34_8383_8576_ba6ff062f3e0["readMetadata()"] 47ef7e46_162f_3b4f_9bdb_4c221b254352["buildNoMatch()"] 47ef7e46_162f_3b4f_9bdb_4c221b254352 -->|calls| 6dc7d335_af34_8383_8576_ba6ff062f3e0 881d0ab6_96cf_5016_768f_6c11a1cd4c36["buildMultipleMatch()"] 881d0ab6_96cf_5016_768f_6c11a1cd4c36 -->|calls| 6dc7d335_af34_8383_8576_ba6ff062f3e0 b18cdda6_7827_adc5_fd59_09667dae3111["buildOneMatch()"] b18cdda6_7827_adc5_fd59_09667dae3111 -->|calls| 6dc7d335_af34_8383_8576_ba6ff062f3e0 25263dd4_9aa3_2d38_832f_fe6ddccdee84["typeAndBuildAndFormat()"] 25263dd4_9aa3_2d38_832f_fe6ddccdee84 -->|calls| 6dc7d335_af34_8383_8576_ba6ff062f3e0 ba02368d_9a71_0f19_33d0_0ceba60bdd55["noTypeAndNoDefault()"] ba02368d_9a71_0f19_33d0_0ceba60bdd55 -->|calls| 6dc7d335_af34_8383_8576_ba6ff062f3e0 d1e7d664_bbd8_b5f8_928b_bef69f5b5ce1["JSONObject()"] 6dc7d335_af34_8383_8576_ba6ff062f3e0 -->|calls| d1e7d664_bbd8_b5f8_928b_bef69f5b5ce1 style 6dc7d335_af34_8383_8576_ba6ff062f3e0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
cli/spring-boot-cli/src/test/java/org/springframework/boot/cli/command/init/ProjectGenerationRequestTests.java lines 234–236
private static InitializrServiceMetadata readMetadata() throws JSONException {
return readMetadata("2.0.0");
}
Domain
Subdomains
Calls
Called By
- buildMultipleMatch()
- buildNoMatch()
- buildOneMatch()
- noTypeAndNoDefault()
- typeAndBuildAndFormat()
Source
Frequently Asked Questions
What does readMetadata() do?
readMetadata() is a function in the spring-boot codebase.
What does readMetadata() call?
readMetadata() calls 1 function(s): JSONObject.
What calls readMetadata()?
readMetadata() is called by 5 function(s): buildMultipleMatch, buildNoMatch, buildOneMatch, noTypeAndNoDefault, typeAndBuildAndFormat.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free