outputCustomizeArtifactId() — spring-boot Function Reference
Architecture documentation for the outputCustomizeArtifactId() function in ProjectGenerationRequestTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 1ac6ed04_07f5_52ae_41d8_cc69a3bffb3a["outputCustomizeArtifactId()"] aa02f783_8747_85e5_2252_dc51144ce507["createDefaultMetadata()"] 1ac6ed04_07f5_52ae_41d8_cc69a3bffb3a -->|calls| aa02f783_8747_85e5_2252_dc51144ce507 ab644003_5fc1_3a45_f769_27942bf43ca2["createDefaultUrl()"] 1ac6ed04_07f5_52ae_41d8_cc69a3bffb3a -->|calls| ab644003_5fc1_3a45_f769_27942bf43ca2 style 1ac6ed04_07f5_52ae_41d8_cc69a3bffb3a 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 135–140
@Test
void outputCustomizeArtifactId() {
this.request.setOutput("my-project");
assertThat(this.request.generateUrl(createDefaultMetadata()))
.isEqualTo(createDefaultUrl("?artifactId=my-project&type=test-type"));
}
Domain
Subdomains
Source
Frequently Asked Questions
What does outputCustomizeArtifactId() do?
outputCustomizeArtifactId() is a function in the spring-boot codebase.
What does outputCustomizeArtifactId() call?
outputCustomizeArtifactId() calls 2 function(s): createDefaultMetadata, createDefaultUrl.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free