getClassesOutput() — spring-boot Function Reference
Architecture documentation for the getClassesOutput() function in AbstractAot.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD ee11a7f8_3dea_8aa2_2ea8_928cd35a89dd["getClassesOutput()"] a2a082df_f37a_5df3_5deb_24571e632d9b["configureAotTask()"] a2a082df_f37a_5df3_5deb_24571e632d9b -->|calls| ee11a7f8_3dea_8aa2_2ea8_928cd35a89dd 9f40ec2d_1804_d941_baf6_0041f490d4f1["processorArgs()"] 9f40ec2d_1804_d941_baf6_0041f490d4f1 -->|calls| ee11a7f8_3dea_8aa2_2ea8_928cd35a89dd style ee11a7f8_3dea_8aa2_2ea8_928cd35a89dd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/aot/AbstractAot.java lines 97–100
@OutputDirectory
public final DirectoryProperty getClassesOutput() {
return this.classesDir;
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does getClassesOutput() do?
getClassesOutput() is a function in the spring-boot codebase.
What calls getClassesOutput()?
getClassesOutput() is called by 2 function(s): configureAotTask, processorArgs.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free