Manifest() — spring-boot Function Reference
Architecture documentation for the Manifest() function in Manifest.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 1d15f7de_db54_e86b_8d61_9722ba8e5429["Manifest()"] d8af30d3_567f_5c48_58a2_ac691ccb72a8["extractSchemaVersion()"] 1d15f7de_db54_e86b_8d61_9722ba8e5429 -->|calls| d8af30d3_567f_5c48_58a2_ac691ccb72a8 76940359_add9_4519_6ff4_94f95a81453d["valueAt()"] 1d15f7de_db54_e86b_8d61_9722ba8e5429 -->|calls| 76940359_add9_4519_6ff4_94f95a81453d f0ef97e0_28f4_85b9_4d9e_e7bc840c79a8["childrenAt()"] 1d15f7de_db54_e86b_8d61_9722ba8e5429 -->|calls| f0ef97e0_28f4_85b9_4d9e_e7bc840c79a8 style 1d15f7de_db54_e86b_8d61_9722ba8e5429 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/Manifest.java lines 47–52
protected Manifest(JsonNode node) {
super(node, MethodHandles.lookup());
this.schemaVersion = extractSchemaVersion();
this.mediaType = valueAt("/mediaType", String.class);
this.layers = childrenAt("/layers", BlobReference::new);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does Manifest() do?
Manifest() is a function in the spring-boot codebase.
What does Manifest() call?
Manifest() 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