of() — spring-boot Function Reference
Architecture documentation for the of() function in MappedObject.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 403fa7ea_bc3d_2449_e5c8_35453034dc79["of()"] f7f1bbbd_7c3d_f5ae_5313_5c84d4e3b66c["getUserHomeConfigLocation()"] f7f1bbbd_7c3d_f5ae_5313_5c84d4e3b66c -->|calls| 403fa7ea_bc3d_2449_e5c8_35453034dc79 20b4798b_08be_2aef_8dc6_3f7ab2c6fc4d["createDockerConfig()"] 20b4798b_08be_2aef_8dc6_3f7ab2c6fc4d -->|calls| 403fa7ea_bc3d_2449_e5c8_35453034dc79 be91c0a6_279d_c127_7e4a_1f3bf82c5742["createDockerContext()"] be91c0a6_279d_c127_7e4a_1f3bf82c5742 -->|calls| 403fa7ea_bc3d_2449_e5c8_35453034dc79 83fb9165_0ebf_e1b8_0897_15b25f53b630["asHash()"] 83fb9165_0ebf_e1b8_0897_15b25f53b630 -->|calls| 403fa7ea_bc3d_2449_e5c8_35453034dc79 6a558b7f_d7c9_c7a9_d690_7719f0b2b9a5["of()"] 6a558b7f_d7c9_c7a9_d690_7719f0b2b9a5 -->|calls| 403fa7ea_bc3d_2449_e5c8_35453034dc79 d0595808_34f5_b84e_629e_09812a428eb8["of()"] d0595808_34f5_b84e_629e_09812a428eb8 -->|calls| 403fa7ea_bc3d_2449_e5c8_35453034dc79 241380c0_d8a2_4c77_91e0_4fc197c4e046["of()"] 241380c0_d8a2_4c77_91e0_4fc197c4e046 -->|calls| 403fa7ea_bc3d_2449_e5c8_35453034dc79 ed6e7ba0_c1c3_7637_2321_ce1a0accc08a["of()"] ed6e7ba0_c1c3_7637_2321_ce1a0accc08a -->|calls| 403fa7ea_bc3d_2449_e5c8_35453034dc79 c471299e_40b7_87cc_43ea_c3452deec82f["of()"] c471299e_40b7_87cc_43ea_c3452deec82f -->|calls| 403fa7ea_bc3d_2449_e5c8_35453034dc79 36b801f8_cd9a_e978_b1c3_fff4e1a609f1["of()"] 36b801f8_cd9a_e978_b1c3_fff4e1a609f1 -->|calls| 403fa7ea_bc3d_2449_e5c8_35453034dc79 style 403fa7ea_bc3d_2449_e5c8_35453034dc79 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/json/MappedObject.java lines 163–165
protected static <T extends MappedObject> T of(String content, Function<JsonNode, T> factory) throws IOException {
return of(content, JsonMapper::readTree, factory);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does of() do?
of() is a function in the spring-boot codebase.
What calls of()?
of() is called by 10 function(s): asHash, createDockerConfig, createDockerContext, getUserHomeConfigLocation, of, of, of, of, and 2 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free