of() — spring-boot Function Reference
Architecture documentation for the of() function in ImageArchiveIndex.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 241380c0_d8a2_4c77_91e0_4fc197c4e046["of()"] 8961244b_38b5_6707_a9a9_2a8cc9e8a67f["create()"] 8961244b_38b5_6707_a9a9_2a8cc9e8a67f -->|calls| 241380c0_d8a2_4c77_91e0_4fc197c4e046 7ea6e489_52d4_6c61_4c09_9143fc147c75["withNestedIndexes()"] 7ea6e489_52d4_6c61_4c09_9143fc147c75 -->|calls| 241380c0_d8a2_4c77_91e0_4fc197c4e046 403fa7ea_bc3d_2449_e5c8_35453034dc79["of()"] 241380c0_d8a2_4c77_91e0_4fc197c4e046 -->|calls| 403fa7ea_bc3d_2449_e5c8_35453034dc79 style 241380c0_d8a2_4c77_91e0_4fc197c4e046 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 70–72
public static ImageArchiveIndex of(InputStream content) throws IOException {
return of(content, ImageArchiveIndex::new);
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does of() do?
of() is a function in the spring-boot codebase.
What does of() call?
of() calls 1 function(s): of.
What calls of()?
of() is called by 2 function(s): create, withNestedIndexes.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free