inTaggedForm() — spring-boot Function Reference
Architecture documentation for the inTaggedForm() function in ImageReference.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 2a842653_2f5c_1702_c063_f8e0df5fdbce["inTaggedForm()"] 4ea90e21_5083_5c93_ed7e_dbb174eddde1["inTaggedOrDigestForm()"] 4ea90e21_5083_5c93_ed7e_dbb174eddde1 -->|calls| 2a842653_2f5c_1702_c063_f8e0df5fdbce 3616fb5f_ac0f_5840_431b_7be9d415c0d9["ImageReference()"] 2a842653_2f5c_1702_c063_f8e0df5fdbce -->|calls| 3616fb5f_ac0f_5840_431b_7be9d415c0d9 style 2a842653_2f5c_1702_c063_f8e0df5fdbce 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/ImageReference.java lines 155–158
public ImageReference inTaggedForm() {
Assert.state(this.digest == null, () -> "Image reference '" + this + "' cannot contain a digest");
return new ImageReference(this.name, (this.tag != null) ? this.tag : LATEST, null);
}
Domain
Subdomains
Calls
Called By
- inTaggedOrDigestForm()
Source
Frequently Asked Questions
What does inTaggedForm() do?
inTaggedForm() is a function in the spring-boot codebase.
What does inTaggedForm() call?
inTaggedForm() calls 1 function(s): ImageReference.
What calls inTaggedForm()?
inTaggedForm() is called by 1 function(s): inTaggedOrDigestForm.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free