fromJson() — spring-boot Function Reference
Architecture documentation for the fromJson() function in DockerConfigurationMetadata.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 0cfd5d92_9f6d_4c32_1c40_bc55129aa432["fromJson()"] a7e23547_7bde_18e8_fc7e_e47411b57c7b["fromJson()"] a7e23547_7bde_18e8_fc7e_e47411b57c7b -->|calls| 0cfd5d92_9f6d_4c32_1c40_bc55129aa432 be91c0a6_279d_c127_7e4a_1f3bf82c5742["createDockerContext()"] be91c0a6_279d_c127_7e4a_1f3bf82c5742 -->|calls| 0cfd5d92_9f6d_4c32_1c40_bc55129aa432 a7e23547_7bde_18e8_fc7e_e47411b57c7b["fromJson()"] 0cfd5d92_9f6d_4c32_1c40_bc55129aa432 -->|calls| a7e23547_7bde_18e8_fc7e_e47411b57c7b 7e83b596_3b8c_d206_adf6_3f444ca0074e["DockerContext()"] 0cfd5d92_9f6d_4c32_1c40_bc55129aa432 -->|calls| 7e83b596_3b8c_d206_adf6_3f444ca0074e 58994152_b05e_a16f_283c_b6dc2c064895["get()"] 0cfd5d92_9f6d_4c32_1c40_bc55129aa432 -->|calls| 58994152_b05e_a16f_283c_b6dc2c064895 style 0cfd5d92_9f6d_4c32_1c40_bc55129aa432 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/configuration/DockerConfigurationMetadata.java lines 288–290
static DockerContext fromJson(String json) {
return new DockerContext(SharedJsonMapper.get().readTree(json), null);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does fromJson() do?
fromJson() is a function in the spring-boot codebase.
What does fromJson() call?
fromJson() calls 3 function(s): DockerContext, fromJson, get.
What calls fromJson()?
fromJson() is called by 2 function(s): createDockerContext, fromJson.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free