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

resolveZipCompression() — spring-boot Function Reference

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

Function java Archiving LauncherConfig calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  fb72bd66_b940_24de_16ff_c0f24b028ce3["resolveZipCompression()"]
  cb2c48dc_c0b7_7b54_f8a6_eaacb62a8a82["apply()"]
  cb2c48dc_c0b7_7b54_f8a6_eaacb62a8a82 -->|calls| fb72bd66_b940_24de_16ff_c0f24b028ce3
  77691192_7950_1898_0aa3_ae3dfe7766b7["isLibrary()"]
  fb72bd66_b940_24de_16ff_c0f24b028ce3 -->|calls| 77691192_7950_1898_0aa3_ae3dfe7766b7
  style fb72bd66_b940_24de_16ff_c0f24b028ce3 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 244–246

	protected ZipCompression resolveZipCompression(FileCopyDetails details) {
		return isLibrary(details) ? ZipCompression.STORED : ZipCompression.DEFLATED;
	}

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free