parseTypes() — spring-boot Function Reference
Architecture documentation for the parseTypes() function in InitializrServiceMetadataTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 2c17e8eb_0496_ff39_6501_da982d337910["parseTypes()"] 77421b22_8b69_6b4b_cc38_34b0cccc0858["createInstance()"] 2c17e8eb_0496_ff39_6501_da982d337910 -->|calls| 77421b22_8b69_6b4b_cc38_34b0cccc0858 23d19be6_c283_52f7_8076_c235fe5e7e22["get()"] 2c17e8eb_0496_ff39_6501_da982d337910 -->|calls| 23d19be6_c283_52f7_8076_c235fe5e7e22 style 2c17e8eb_0496_ff39_6501_da982d337910 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
cli/spring-boot-cli/src/test/java/org/springframework/boot/cli/command/init/InitializrServiceMetadataTests.java lines 81–88
@Test
void parseTypes() throws Exception {
InitializrServiceMetadata metadata = createInstance("2.0.0");
ProjectType projectType = metadata.getProjectTypes().get("maven-project");
assertThat(projectType).isNotNull();
assertThat(projectType.getTags()).containsEntry("build", "maven");
assertThat(projectType.getTags()).containsEntry("format", "project");
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does parseTypes() do?
parseTypes() is a function in the spring-boot codebase.
What does parseTypes() call?
parseTypes() calls 2 function(s): createInstance, get.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free