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

ManifestList() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  6501639d_d373_8085_fb18_099071fa70a4["ManifestList()"]
  b174d58f_fe66_8616_133b_1ca7b42e92ac["extractSchemaVersion()"]
  6501639d_d373_8085_fb18_099071fa70a4 -->|calls| b174d58f_fe66_8616_133b_1ca7b42e92ac
  76940359_add9_4519_6ff4_94f95a81453d["valueAt()"]
  6501639d_d373_8085_fb18_099071fa70a4 -->|calls| 76940359_add9_4519_6ff4_94f95a81453d
  f0ef97e0_28f4_85b9_4d9e_e7bc840c79a8["childrenAt()"]
  6501639d_d373_8085_fb18_099071fa70a4 -->|calls| f0ef97e0_28f4_85b9_4d9e_e7bc840c79a8
  style 6501639d_d373_8085_fb18_099071fa70a4 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/ManifestList.java lines 48–53

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

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free