isManifestList() — spring-boot Function Reference
Architecture documentation for the isManifestList() function in ExportedImageTar.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 2aec40b0_a46c_4762_2f04_50218a262956["isManifestList()"] 58397492_ec14_0690_6b8e_9c65bda3fa86["isJsonWithPrefix()"] 2aec40b0_a46c_4762_2f04_50218a262956 -->|calls| 58397492_ec14_0690_6b8e_9c65bda3fa86 8a774da0_eb3f_5298_8313_b4fb37962d09["getMediaType()"] 2aec40b0_a46c_4762_2f04_50218a262956 -->|calls| 8a774da0_eb3f_5298_8313_b4fb37962d09 style 2aec40b0_a46c_4762_2f04_50218a262956 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 229–231
private static boolean isManifestList(BlobReference reference) {
return isJsonWithPrefix(reference.getMediaType(), "application/vnd.docker.distribution.manifest.list.v");
}
Domain
Subdomains
Calls
- getMediaType()
- isJsonWithPrefix()
Source
Frequently Asked Questions
What does isManifestList() do?
isManifestList() is a function in the spring-boot codebase.
What does isManifestList() call?
isManifestList() 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