configureBootInfSpec() — spring-boot Function Reference
Architecture documentation for the configureBootInfSpec() function in BootJar.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 640b80a5_8e8d_a743_0917_b946e332af55["configureBootInfSpec()"] d2ecebf0_d965_23b3_45a6_209b9e66afd0["BootJar()"] d2ecebf0_d965_23b3_45a6_209b9e66afd0 -->|calls| 640b80a5_8e8d_a743_0917_b946e332af55 f27a3144_28f9_cbda_75b0_56da8c32af22["fromCallTo()"] 640b80a5_8e8d_a743_0917_b946e332af55 -->|calls| f27a3144_28f9_cbda_75b0_56da8c32af22 2e33663e_ddef_4b16_d0db_272b2c1e2cea["moveMetaInfToRoot()"] 640b80a5_8e8d_a743_0917_b946e332af55 -->|calls| 2e33663e_ddef_4b16_d0db_272b2c1e2cea style 640b80a5_8e8d_a743_0917_b946e332af55 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/BootJar.java lines 93–98
private void configureBootInfSpec(CopySpec bootInfSpec) {
bootInfSpec.into("classes", fromCallTo(this::classpathDirectories));
bootInfSpec.into("lib", fromCallTo(this::classpathFiles)).eachFile(this.support::excludeNonZipFiles);
this.support.moveModuleInfoToRoot(bootInfSpec);
moveMetaInfToRoot(bootInfSpec);
}
Domain
Subdomains
Calls
- fromCallTo()
- moveMetaInfToRoot()
Called By
Source
Frequently Asked Questions
What does configureBootInfSpec() do?
configureBootInfSpec() is a function in the spring-boot codebase.
What does configureBootInfSpec() call?
configureBootInfSpec() calls 2 function(s): fromCallTo, moveMetaInfToRoot.
What calls configureBootInfSpec()?
configureBootInfSpec() is called by 1 function(s): BootJar.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free