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

StoredEntryPreparator() — spring-boot Function Reference

Architecture documentation for the StoredEntryPreparator() function in BootZipCopyAction.java from the spring-boot codebase.

Function java Archiving LauncherConfig calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  9d6c368f_6607_cb3b_3edb_8268f79f49da["StoredEntryPreparator()"]
  8bb6bce9_1656_8045_583c_506fe14b4306["prepareStoredEntry()"]
  8bb6bce9_1656_8045_583c_506fe14b4306 -->|calls| 9d6c368f_6607_cb3b_3edb_8268f79f49da
  7c23406e_62d1_ae66_bbd2_d74e6da4db6d["load()"]
  9d6c368f_6607_cb3b_3edb_8268f79f49da -->|calls| 7c23406e_62d1_ae66_bbd2_d74e6da4db6d
  style 9d6c368f_6607_cb3b_3edb_8268f79f49da 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/BootZipCopyAction.java lines 568–573

		StoredEntryPreparator(ThrowingSupplier<InputStream> input, boolean unpack) throws IOException {
			this.unpack = unpack;
			try (InputStream stream = input.get()) {
				load(stream);
			}
		}

Domain

Subdomains

Calls

  • load()

Frequently Asked Questions

What does StoredEntryPreparator() do?
StoredEntryPreparator() is a function in the spring-boot codebase.
What does StoredEntryPreparator() call?
StoredEntryPreparator() calls 1 function(s): load.
What calls StoredEntryPreparator()?
StoredEntryPreparator() is called by 1 function(s): prepareStoredEntry.

Analyze Your Own Codebase

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

Try Supermodel Free