customizeCreator() — spring-boot Function Reference
Architecture documentation for the customizeCreator() function in BootBuildImage.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD dd7f425b_83f5_7eee_2e5b_84470e5232a4["customizeCreator()"] 44bdad37_cd41_021a_4a76_b2999cac6a5a["customize()"] 44bdad37_cd41_021a_4a76_b2999cac6a5a -->|calls| dd7f425b_83f5_7eee_2e5b_84470e5232a4 f7943596_9447_36bc_3d78_378da5ff732e["forClass()"] dd7f425b_83f5_7eee_2e5b_84470e5232a4 -->|calls| f7943596_9447_36bc_3d78_378da5ff732e style dd7f425b_83f5_7eee_2e5b_84470e5232a4 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 457–463
private BuildRequest customizeCreator(BuildRequest request) {
String springBootVersion = VersionExtractor.forClass(BootBuildImage.class);
if (StringUtils.hasText(springBootVersion)) {
return request.withCreator(Creator.withVersion(springBootVersion));
}
return request;
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does customizeCreator() do?
customizeCreator() is a function in the spring-boot codebase.
What does customizeCreator() call?
customizeCreator() calls 1 function(s): forClass.
What calls customizeCreator()?
customizeCreator() 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