ImageName() — spring-boot Function Reference
Architecture documentation for the ImageName() function in ImageName.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD ac872aef_e850_cde7_0aa9_94a768575f4d["ImageName()"] 6915d40f_943a_6fe0_b885_01bbd1eb2b65["of()"] 6915d40f_943a_6fe0_b885_01bbd1eb2b65 -->|calls| ac872aef_e850_cde7_0aa9_94a768575f4d 00896e02_dff6_e3b1_a552_64224890a052["getDomainOrDefault()"] ac872aef_e850_cde7_0aa9_94a768575f4d -->|calls| 00896e02_dff6_e3b1_a552_64224890a052 f554c577_9aca_3134_7682_982ca3992a09["getNameWithDefaultPath()"] ac872aef_e850_cde7_0aa9_94a768575f4d -->|calls| f554c577_9aca_3134_7682_982ca3992a09 style ac872aef_e850_cde7_0aa9_94a768575f4d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot-docker-compose/src/main/java/org/springframework/boot/docker/compose/core/ImageName.java lines 43–48
ImageName(@Nullable String domain, String path) {
Assert.hasText(path, "'path' must not be empty");
this.domain = getDomainOrDefault(domain);
this.name = getNameWithDefaultPath(this.domain, path);
this.string = this.domain + "/" + this.name;
}
Domain
Subdomains
Calls
- getDomainOrDefault()
- getNameWithDefaultPath()
Called By
- of()
Source
Frequently Asked Questions
What does ImageName() do?
ImageName() is a function in the spring-boot codebase.
What does ImageName() call?
ImageName() calls 2 function(s): getDomainOrDefault, getNameWithDefaultPath.
What calls ImageName()?
ImageName() is called by 1 function(s): of.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free