of() — spring-boot Function Reference
Architecture documentation for the of() function in InspectedContent.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 7113fa8d_2246_a352_b97d_d758ef9fac93["of()"] c11580dd_aefa_2785_5004_3738b7d99bd8["writeTo()"] c11580dd_aefa_2785_5004_3738b7d99bd8 -->|calls| 7113fa8d_2246_a352_b97d_d758ef9fac93 417112a7_2790_c468_b710_48d5d34ac068["writeEmptyLayer()"] 417112a7_2790_c468_b710_48d5d34ac068 -->|calls| 7113fa8d_2246_a352_b97d_d758ef9fac93 6bbd9327_660f_198a_8016_366f4ed9b297["writeConfig()"] 6bbd9327_660f_198a_8016_366f4ed9b297 -->|calls| 7113fa8d_2246_a352_b97d_d758ef9fac93 c9d8d1c5_fdb3_2e96_52ec_b2a802f33796["writeManifest()"] c9d8d1c5_fdb3_2e96_52ec_b2a802f33796 -->|calls| 7113fa8d_2246_a352_b97d_d758ef9fac93 d644bb3a_75cd_f440_d2e5_1711b897e317["of()"] d644bb3a_75cd_f440_d2e5_1711b897e317 -->|calls| 7113fa8d_2246_a352_b97d_d758ef9fac93 bfe03a2c_e513_fe3a_cc02_2c0a5139c09f["InspectingOutputStream()"] 7113fa8d_2246_a352_b97d_d758ef9fac93 -->|calls| bfe03a2c_e513_fe3a_cc02_2c0a5139c09f f0da5542_2f39_22f3_5a25_8e2de2f91030["InspectedContent()"] 7113fa8d_2246_a352_b97d_d758ef9fac93 -->|calls| f0da5542_2f39_22f3_5a25_8e2de2f91030 f9b94026_c80d_44d3_6593_90d9ad9f7d26["getSize()"] 7113fa8d_2246_a352_b97d_d758ef9fac93 -->|calls| f9b94026_c80d_44d3_6593_90d9ad9f7d26 ae37ff8c_895b_2f74_3fee_5dc6b470db24["getContent()"] 7113fa8d_2246_a352_b97d_d758ef9fac93 -->|calls| ae37ff8c_895b_2f74_3fee_5dc6b470db24 style 7113fa8d_2246_a352_b97d_d758ef9fac93 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/io/InspectedContent.java lines 80–83
public static InspectedContent of(InputStream inputStream, Inspector... inspectors) throws IOException {
Assert.notNull(inputStream, "'inputStream' must not be null");
return of((outputStream) -> FileCopyUtils.copy(inputStream, outputStream), inspectors);
}
Domain
Subdomains
Calls
- InspectedContent()
- InspectingOutputStream()
- getContent()
- getSize()
Source
Frequently Asked Questions
What does of() do?
of() is a function in the spring-boot codebase.
What does of() call?
of() calls 4 function(s): InspectedContent, InspectingOutputStream, getContent, getSize.
What calls of()?
of() is called by 5 function(s): of, writeConfig, writeEmptyLayer, writeManifest, writeTo.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free