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

applyTo() — spring-boot Function Reference

Architecture documentation for the applyTo() function in ImageArchive.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  8cc9d17f_5d83_540b_353e_5c58d8ad1f70["applyTo()"]
  c71feafb_935d_f93d_0d8f_28281100afdb["from()"]
  c71feafb_935d_f93d_0d8f_28281100afdb -->|calls| 8cc9d17f_5d83_540b_353e_5c58d8ad1f70
  4fb11b79_3a52_fdf4_90d2_df50b60976f3["ImageArchive()"]
  8cc9d17f_5d83_540b_353e_5c58d8ad1f70 -->|calls| 4fb11b79_3a52_fdf4_90d2_df50b60976f3
  58994152_b05e_a16f_283c_b6dc2c064895["get()"]
  8cc9d17f_5d83_540b_353e_5c58d8ad1f70 -->|calls| 58994152_b05e_a16f_283c_b6dc2c064895
  style 8cc9d17f_5d83_540b_353e_5c58d8ad1f70 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/type/ImageArchive.java lines 273–279

		private ImageArchive applyTo(IOConsumer<Update> update) throws IOException {
			update.accept(this);
			Instant createDate = (this.createDate != null) ? this.createDate : WINDOWS_EPOCH_PLUS_SECOND;
			return new ImageArchive(SharedJsonMapper.get(), this.config, createDate, this.tag, this.image.getOs(),
					this.image.getArchitecture(), this.image.getVariant(), this.image.getLayers(),
					Collections.unmodifiableList(this.newLayers));
		}

Subdomains

Called By

Frequently Asked Questions

What does applyTo() do?
applyTo() is a function in the spring-boot codebase.
What does applyTo() call?
applyTo() calls 2 function(s): ImageArchive, get.
What calls applyTo()?
applyTo() is called by 1 function(s): from.

Analyze Your Own Codebase

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

Try Supermodel Free