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

getLayers() — spring-boot Function Reference

Architecture documentation for the getLayers() function in Image.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  a638a40d_b558_6ded_d009_be48002e2198["getLayers()"]
  cbd643f4_2be0_8bf3_c622_bd59b10eb8b3["pullPullsImageAndProducesEvents()"]
  cbd643f4_2be0_8bf3_c622_bd59b10eb8b3 -->|calls| a638a40d_b558_6ded_d009_be48002e2198
  50a26430_9b51_b1ae_49f0_4ad8f47c771b["pullWithRegistryAuthPullsImageAndProducesEvents()"]
  50a26430_9b51_b1ae_49f0_4ad8f47c771b -->|calls| a638a40d_b558_6ded_d009_be48002e2198
  98ede605_b0b1_a7a2_de30_25b6d04bbf73["pullWithPlatformPullsImageAndProducesEvents()"]
  98ede605_b0b1_a7a2_de30_25b6d04bbf73 -->|calls| a638a40d_b558_6ded_d009_be48002e2198
  2cb432b3_ebf3_398e_db74_5760ef86bb5a["inspectInspectImage()"]
  2cb432b3_ebf3_398e_db74_5760ef86bb5a -->|calls| a638a40d_b558_6ded_d009_be48002e2198
  8bd9d1b7_b819_dc91_afe9_f5ac89412691["inspectWithPlatformWhenSupportedVersionInspectImage()"]
  8bd9d1b7_b819_dc91_afe9_f5ac89412691 -->|calls| a638a40d_b558_6ded_d009_be48002e2198
  bbcf2c28_203d_6ae5_6d49_12bd497d039e["inspectWithPlatformWhenOldVersionInspectImage()"]
  bbcf2c28_203d_6ae5_6d49_12bd497d039e -->|calls| a638a40d_b558_6ded_d009_be48002e2198
  style a638a40d_b558_6ded_d009_be48002e2198 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/Image.java lines 100–102

	public List<LayerId> getLayers() {
		return this.layers;
	}

Subdomains

Frequently Asked Questions

What does getLayers() do?
getLayers() is a function in the spring-boot codebase.
What calls getLayers()?
getLayers() is called by 6 function(s): inspectInspectImage, inspectWithPlatformWhenOldVersionInspectImage, inspectWithPlatformWhenSupportedVersionInspectImage, pullPullsImageAndProducesEvents, pullWithPlatformPullsImageAndProducesEvents, pullWithRegistryAuthPullsImageAndProducesEvents.

Analyze Your Own Codebase

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

Try Supermodel Free