customizeBuilder() — spring-boot Function Reference
Architecture documentation for the customizeBuilder() function in BootBuildImage.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD e61fca9c_f8e7_e8b4_84ab_78fb86e04606["customizeBuilder()"] 44bdad37_cd41_021a_4a76_b2999cac6a5a["customize()"] 44bdad37_cd41_021a_4a76_b2999cac6a5a -->|calls| e61fca9c_f8e7_e8b4_84ab_78fb86e04606 86759d4b_aef0_28bf_92f9_4675718318e5["getBuilder()"] e61fca9c_f8e7_e8b4_84ab_78fb86e04606 -->|calls| 86759d4b_aef0_28bf_92f9_4675718318e5 cf1ac3fd_e688_8452_d6a0_046a45830184["of()"] e61fca9c_f8e7_e8b4_84ab_78fb86e04606 -->|calls| cf1ac3fd_e688_8452_d6a0_046a45830184 style e61fca9c_f8e7_e8b4_84ab_78fb86e04606 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/bundling/BootBuildImage.java lines 433–439
private BuildRequest customizeBuilder(BuildRequest request) {
String builder = getBuilder().getOrNull();
if (StringUtils.hasText(builder)) {
return request.withBuilder(ImageReference.of(builder));
}
return request;
}
Domain
Subdomains
Calls
- getBuilder()
- of()
Called By
Source
Frequently Asked Questions
What does customizeBuilder() do?
customizeBuilder() is a function in the spring-boot codebase.
What does customizeBuilder() call?
customizeBuilder() calls 2 function(s): getBuilder, of.
What calls customizeBuilder()?
customizeBuilder() is called by 1 function(s): customize.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free