compile() — spring-boot Function Reference
Architecture documentation for the compile() function in AutoConfigureAnnotationProcessorTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 33f42926_9e97_f7b1_b6b8_39e59ede8dca["compile()"] 3e65901b_7cc3_e5ed_401e_f08837b86cbd["annotatedClass()"] 3e65901b_7cc3_e5ed_401e_f08837b86cbd -->|calls| 33f42926_9e97_f7b1_b6b8_39e59ede8dca d77f496c_0f14_d277_a711_5ebe61236ef4["annotatedClassWithOnlyAutoConfiguration()"] d77f496c_0f14_d277_a711_5ebe61236ef4 -->|calls| 33f42926_9e97_f7b1_b6b8_39e59ede8dca c9388692_21cd_cd0a_caff_8db76ee66068["annotatedClassWithOnBeanThatHasName()"] c9388692_21cd_cd0a_caff_8db76ee66068 -->|calls| 33f42926_9e97_f7b1_b6b8_39e59ede8dca 0b0311da_11ff_7136_96c8_cae70d0237d8["annotatedClassWithOrder()"] 0b0311da_11ff_7136_96c8_cae70d0237d8 -->|calls| 33f42926_9e97_f7b1_b6b8_39e59ede8dca 5b6c241d_9fe4_d8e9_73e6_167377d320b8["annotatedClassWithAutoConfiguration()"] 5b6c241d_9fe4_d8e9_73e6_167377d320b8 -->|calls| 33f42926_9e97_f7b1_b6b8_39e59ede8dca c8b512fe_2a95_f6b1_343a_fb19e53867ca["annotatedClassWithAutoConfigurationMerged()"] c8b512fe_2a95_f6b1_343a_fb19e53867ca -->|calls| 33f42926_9e97_f7b1_b6b8_39e59ede8dca 0e127385_17af_f57c_5490_1e448f4adff0["process()"] 0e127385_17af_f57c_5490_1e448f4adff0 -->|calls| 33f42926_9e97_f7b1_b6b8_39e59ede8dca 0e127385_17af_f57c_5490_1e448f4adff0["process()"] 33f42926_9e97_f7b1_b6b8_39e59ede8dca -->|calls| 0e127385_17af_f57c_5490_1e448f4adff0 df993c10_d878_96a9_db9d_f2f4a8eea759["getWrittenProperties()"] 33f42926_9e97_f7b1_b6b8_39e59ede8dca -->|calls| df993c10_d878_96a9_db9d_f2f4a8eea759 style 33f42926_9e97_f7b1_b6b8_39e59ede8dca fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot-autoconfigure-processor/src/test/java/org/springframework/boot/autoconfigureprocessor/AutoConfigureAnnotationProcessorTests.java lines 149–151
private void compile(Class<?> type, Consumer<Properties> consumer) {
process(type, (writtenFile) -> consumer.accept(getWrittenProperties(writtenFile)));
}
Domain
Subdomains
Calls
- getWrittenProperties()
- process()
Called By
- annotatedClass()
- annotatedClassWithAutoConfiguration()
- annotatedClassWithAutoConfigurationMerged()
- annotatedClassWithOnBeanThatHasName()
- annotatedClassWithOnlyAutoConfiguration()
- annotatedClassWithOrder()
- process()
Source
Frequently Asked Questions
What does compile() do?
compile() is a function in the spring-boot codebase.
What does compile() call?
compile() calls 2 function(s): getWrittenProperties, process.
What calls compile()?
compile() is called by 7 function(s): annotatedClass, annotatedClassWithAutoConfiguration, annotatedClassWithAutoConfigurationMerged, annotatedClassWithOnBeanThatHasName, annotatedClassWithOnlyAutoConfiguration, annotatedClassWithOrder, process.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free