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

ImageArchiveIndex() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  59e6aa89_270b_cab2_164e_199e6c792ed6["ImageArchiveIndex()"]
  198b6d92_3fd3_2135_33a0_66c0ba504445["extractSchemaVersion()"]
  59e6aa89_270b_cab2_164e_199e6c792ed6 -->|calls| 198b6d92_3fd3_2135_33a0_66c0ba504445
  f0ef97e0_28f4_85b9_4d9e_e7bc840c79a8["childrenAt()"]
  59e6aa89_270b_cab2_164e_199e6c792ed6 -->|calls| f0ef97e0_28f4_85b9_4d9e_e7bc840c79a8
  style 59e6aa89_270b_cab2_164e_199e6c792ed6 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/ImageArchiveIndex.java lines 44–48

	protected ImageArchiveIndex(JsonNode node) {
		super(node, MethodHandles.lookup());
		this.schemaVersion = extractSchemaVersion();
		this.manifests = childrenAt("/manifests", BlobReference::new);
	}

Subdomains

Frequently Asked Questions

What does ImageArchiveIndex() do?
ImageArchiveIndex() is a function in the spring-boot codebase.
What does ImageArchiveIndex() call?
ImageArchiveIndex() calls 2 function(s): childrenAt, extractSchemaVersion.

Analyze Your Own Codebase

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

Try Supermodel Free