Home / Function/ customPackaging() — spring-boot Function Reference

customPackaging() — spring-boot Function Reference

Architecture documentation for the customPackaging() function in ProjectGenerationRequestTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  29f8c677_7dcb_d9c5_b5e8_6f462740129e["customPackaging()"]
  aa02f783_8747_85e5_2252_dc51144ce507["createDefaultMetadata()"]
  29f8c677_7dcb_d9c5_b5e8_6f462740129e -->|calls| aa02f783_8747_85e5_2252_dc51144ce507
  ab644003_5fc1_3a45_f769_27942bf43ca2["createDefaultUrl()"]
  29f8c677_7dcb_d9c5_b5e8_6f462740129e -->|calls| ab644003_5fc1_3a45_f769_27942bf43ca2
  style 29f8c677_7dcb_d9c5_b5e8_6f462740129e 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 110–115

	@Test
	void customPackaging() {
		this.request.setPackaging("war");
		assertThat(this.request.generateUrl(createDefaultMetadata()))
			.isEqualTo(createDefaultUrl("?type=test-type&packaging=war"));
	}

Domain

Subdomains

Frequently Asked Questions

What does customPackaging() do?
customPackaging() is a function in the spring-boot codebase.
What does customPackaging() call?
customPackaging() 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