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

apply() — spring-boot Function Reference

Architecture documentation for the apply() function in BootJar.java from the spring-boot codebase.

Function java Archiving LauncherConfig calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  cb2c48dc_c0b7_7b54_f8a6_eaacb62a8a82["apply()"]
  5bfa3eee_4c9a_032c_d445_288c14546d8f["execute()"]
  5bfa3eee_4c9a_032c_d445_288c14546d8f -->|calls| cb2c48dc_c0b7_7b54_f8a6_eaacb62a8a82
  81c83f62_2eb3_3b0c_925b_357905fdab5e["apply()"]
  81c83f62_2eb3_3b0c_925b_357905fdab5e -->|calls| cb2c48dc_c0b7_7b54_f8a6_eaacb62a8a82
  fb72bd66_b940_24de_16ff_c0f24b028ce3["resolveZipCompression()"]
  cb2c48dc_c0b7_7b54_f8a6_eaacb62a8a82 -->|calls| fb72bd66_b940_24de_16ff_c0f24b028ce3
  style cb2c48dc_c0b7_7b54_f8a6_eaacb62a8a82 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/bundling/BootJar.java lines 291–294

		@Override
		public ZipCompression apply(FileCopyDetails details) {
			return resolveZipCompression(details);
		}

Domain

Subdomains

Called By

Frequently Asked Questions

What does apply() do?
apply() is a function in the spring-boot codebase.
What does apply() call?
apply() calls 1 function(s): resolveZipCompression.
What calls apply()?
apply() is called by 2 function(s): apply, execute.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free