get() — spring-boot Function Reference
Architecture documentation for the get() function in DockerHost.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD c2f4e932_4b6f_4229_586b_29d1de980d15["get()"] 06eb129f_440c_6c13_fd45_5f8a0c49aeea["fromCurrentContext()"] 06eb129f_440c_6c13_fd45_5f8a0c49aeea -->|calls| c2f4e932_4b6f_4229_586b_29d1de980d15 4a043d82_f5ed_04b8_1c47_609a6334761d["fromServicesHostEnv()"] c2f4e932_4b6f_4229_586b_29d1de980d15 -->|calls| 4a043d82_f5ed_04b8_1c47_609a6334761d 323a3165_87e7_2bdc_87e1_407b48fd6213["fromDockerHostEnv()"] c2f4e932_4b6f_4229_586b_29d1de980d15 -->|calls| 323a3165_87e7_2bdc_87e1_407b48fd6213 06eb129f_440c_6c13_fd45_5f8a0c49aeea["fromCurrentContext()"] c2f4e932_4b6f_4229_586b_29d1de980d15 -->|calls| 06eb129f_440c_6c13_fd45_5f8a0c49aeea 7a9e2fad_df42_8b1f_4fab_56b46e12e698["DockerHost()"] c2f4e932_4b6f_4229_586b_29d1de980d15 -->|calls| 7a9e2fad_df42_8b1f_4fab_56b46e12e698 style c2f4e932_4b6f_4229_586b_29d1de980d15 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot-docker-compose/src/main/java/org/springframework/boot/docker/compose/core/DockerHost.java lines 74–76
static DockerHost get(@Nullable String host, Supplier<List<DockerCliContextResponse>> contextsSupplier) {
return get(host, System::getenv, contextsSupplier);
}
Domain
Subdomains
Calls
- DockerHost()
- fromCurrentContext()
- fromDockerHostEnv()
- fromServicesHostEnv()
Called By
Source
Frequently Asked Questions
What does get() do?
get() is a function in the spring-boot codebase.
What does get() call?
get() calls 4 function(s): DockerHost, fromCurrentContext, fromDockerHostEnv, fromServicesHostEnv.
What calls get()?
get() is called by 1 function(s): fromCurrentContext.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free