createDefaultMetadata() — spring-boot Function Reference
Architecture documentation for the createDefaultMetadata() function in ProjectGenerationRequestTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD aa02f783_8747_85e5_2252_dc51144ce507["createDefaultMetadata()"] cce00f96_896b_8165_b613_eb429fca8fe8["defaultSettings()"] cce00f96_896b_8165_b613_eb429fca8fe8 -->|calls| aa02f783_8747_85e5_2252_dc51144ce507 af421c95_17ef_6572_3494_f76cb8a986a3["customServer()"] af421c95_17ef_6572_3494_f76cb8a986a3 -->|calls| aa02f783_8747_85e5_2252_dc51144ce507 36533720_fd2b_76e7_6700_46c7c4e56936["customBootVersion()"] 36533720_fd2b_76e7_6700_46c7c4e56936 -->|calls| aa02f783_8747_85e5_2252_dc51144ce507 85a87754_fa9f_cd4c_7c3c_c5af0d06b6f2["singleDependency()"] 85a87754_fa9f_cd4c_7c3c_c5af0d06b6f2 -->|calls| aa02f783_8747_85e5_2252_dc51144ce507 e8195b27_e58b_5c8b_12a4_970410fe76e1["multipleDependencies()"] e8195b27_e58b_5c8b_12a4_970410fe76e1 -->|calls| aa02f783_8747_85e5_2252_dc51144ce507 d94fca29_883d_dd1f_8277_3e591f1b6e44["customJavaVersion()"] d94fca29_883d_dd1f_8277_3e591f1b6e44 -->|calls| aa02f783_8747_85e5_2252_dc51144ce507 7041410c_d11c_51e3_7a1c_d005c6c5a5d7["customPackageName()"] 7041410c_d11c_51e3_7a1c_d005c6c5a5d7 -->|calls| aa02f783_8747_85e5_2252_dc51144ce507 29f8c677_7dcb_d9c5_b5e8_6f462740129e["customPackaging()"] 29f8c677_7dcb_d9c5_b5e8_6f462740129e -->|calls| aa02f783_8747_85e5_2252_dc51144ce507 b1d4882e_0667_88de_2cc1_10d1fe5863ee["customLanguage()"] b1d4882e_0667_88de_2cc1_10d1fe5863ee -->|calls| aa02f783_8747_85e5_2252_dc51144ce507 953d7268_28fe_3b74_65a8_120b733be7ba["customProjectInfo()"] 953d7268_28fe_3b74_65a8_120b733be7ba -->|calls| aa02f783_8747_85e5_2252_dc51144ce507 1ac6ed04_07f5_52ae_41d8_cc69a3bffb3a["outputCustomizeArtifactId()"] 1ac6ed04_07f5_52ae_41d8_cc69a3bffb3a -->|calls| aa02f783_8747_85e5_2252_dc51144ce507 88c52a39_696a_3a8d_5a79_c50410f7b189["outputArchiveCustomizeArtifactId()"] 88c52a39_696a_3a8d_5a79_c50410f7b189 -->|calls| aa02f783_8747_85e5_2252_dc51144ce507 8dfddb6a_f6ad_292a_07ed_1b39f176ca71["outputArchiveWithDotsCustomizeArtifactId()"] 8dfddb6a_f6ad_292a_07ed_1b39f176ca71 -->|calls| aa02f783_8747_85e5_2252_dc51144ce507 98175a4b_ac2d_ea71_1c2c_6fb97a35ecde["outputDoesNotOverrideCustomArtifactId()"] 98175a4b_ac2d_ea71_1c2c_6fb97a35ecde -->|calls| aa02f783_8747_85e5_2252_dc51144ce507 style aa02f783_8747_85e5_2252_dc51144ce507 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 229–232
private static InitializrServiceMetadata createDefaultMetadata() {
ProjectType projectType = new ProjectType("test-type", "The test type", "/starter.zip", true, EMPTY_TAGS);
return new InitializrServiceMetadata(projectType);
}
Domain
Subdomains
Called By
- customBootVersion()
- customJavaVersion()
- customLanguage()
- customPackageName()
- customPackaging()
- customProjectInfo()
- customServer()
- defaultSettings()
- invalidType()
- multipleDependencies()
- outputArchiveCustomizeArtifactId()
- outputArchiveWithDotsCustomizeArtifactId()
- outputCustomizeArtifactId()
- outputDoesNotOverrideCustomArtifactId()
- singleDependency()
Source
Frequently Asked Questions
What does createDefaultMetadata() do?
createDefaultMetadata() is a function in the spring-boot codebase.
What calls createDefaultMetadata()?
createDefaultMetadata() is called by 15 function(s): customBootVersion, customJavaVersion, customLanguage, customPackageName, customPackaging, customProjectInfo, customServer, defaultSettings, and 7 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free