isManifest() — spring-boot Function Reference
Architecture documentation for the isManifest() function in ExportedImageTar.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD b8ab362b_4fe6_e5b2_d808_3489dc89bd69["isManifest()"] 58397492_ec14_0690_6b8e_9c65bda3fa86["isJsonWithPrefix()"] b8ab362b_4fe6_e5b2_d808_3489dc89bd69 -->|calls| 58397492_ec14_0690_6b8e_9c65bda3fa86 5cc40e07_7f3b_3fd0_b899_6981467f03be["getMediaType()"] b8ab362b_4fe6_e5b2_d808_3489dc89bd69 -->|calls| 5cc40e07_7f3b_3fd0_b899_6981467f03be style b8ab362b_4fe6_e5b2_d808_3489dc89bd69 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/ExportedImageTar.java lines 220–223
private boolean isManifest(BlobReference reference) {
return isJsonWithPrefix(reference.getMediaType(), "application/vnd.oci.image.manifest.v")
|| isJsonWithPrefix(reference.getMediaType(), "application/vnd.docker.distribution.manifest.v");
}
Domain
Subdomains
Source
Frequently Asked Questions
What does isManifest() do?
isManifest() is a function in the spring-boot codebase.
What does isManifest() call?
isManifest() calls 2 function(s): getMediaType, isJsonWithPrefix.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free