Home / Type/ ZipCompression Type — spring-boot Architecture

ZipCompression Type — spring-boot Architecture

Architecture documentation for the ZipCompression type/interface in ZipCompression.java from the spring-boot codebase.

Entity Profile

Source Code

build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/bundling/ZipCompression.java lines 27–39

public enum ZipCompression {

	/**
	 * The entry should be {@link ZipEntry#STORED} in the archive.
	 */
	STORED,

	/**
	 * The entry should be {@link ZipEntry#DEFLATED} in the archive.
	 */
	DEFLATED

}

Analyze Your Own Codebase

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

Try Supermodel Free