Home / Function/ compile() — spring-boot Function Reference

compile() — spring-boot Function Reference

Architecture documentation for the compile() function in ConfigurationMetadataAnnotationProcessorTests.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 63

Entity Profile

Dependency Diagram

graph TD
  4e7738f0_ea94_abd8_5384_e7be1344cace["compile()"]
  7e1c3095_7c20_66cb_1528_0daecd2b463c["notAnnotated()"]
  7e1c3095_7c20_66cb_1528_0daecd2b463c -->|calls| 4e7738f0_ea94_abd8_5384_e7be1344cace
  488bf290_a240_a910_efae_c97e099cd875["simpleProperties()"]
  488bf290_a240_a910_efae_c97e099cd875 -->|calls| 4e7738f0_ea94_abd8_5384_e7be1344cace
  2dc9de76_88c8_e483_476d_5782caed84fa["simplePrefixValueProperties()"]
  2dc9de76_88c8_e483_476d_5782caed84fa -->|calls| 4e7738f0_ea94_abd8_5384_e7be1344cace
  a1d71b98_bb92_43d3_61f5_4de1d5a4ab79["simpleTypeProperties()"]
  a1d71b98_bb92_43d3_61f5_4de1d5a4ab79 -->|calls| 4e7738f0_ea94_abd8_5384_e7be1344cace
  5d561345_59cd_5963_5a98_c172ade9e90f["hierarchicalProperties()"]
  5d561345_59cd_5963_5a98_c172ade9e90f -->|calls| 4e7738f0_ea94_abd8_5384_e7be1344cace
  00f63610_eb6f_e9d9_65fc_2a15abca44c6["enumValues()"]
  00f63610_eb6f_e9d9_65fc_2a15abca44c6 -->|calls| 4e7738f0_ea94_abd8_5384_e7be1344cace
  b50d13ed_087d_a46f_dd40_8022faa317f9["descriptionProperties()"]
  b50d13ed_087d_a46f_dd40_8022faa317f9 -->|calls| 4e7738f0_ea94_abd8_5384_e7be1344cace
  6e6f469f_2884_f6f3_34a5_8e0e64f3f4dd["deprecatedProperties()"]
  6e6f469f_2884_f6f3_34a5_8e0e64f3f4dd -->|calls| 4e7738f0_ea94_abd8_5384_e7be1344cace
  60a5e643_a7e5_49db_2019_232477237b6d["singleDeprecatedProperty()"]
  60a5e643_a7e5_49db_2019_232477237b6d -->|calls| 4e7738f0_ea94_abd8_5384_e7be1344cace
  ff092594_c91b_66da_42ab_9a357b1b761e["singleDeprecatedFieldProperty()"]
  ff092594_c91b_66da_42ab_9a357b1b761e -->|calls| 4e7738f0_ea94_abd8_5384_e7be1344cace
  a4438679_6d8d_9137_cff6_e0873f00d5a0["deprecatedOnUnrelatedSetter()"]
  a4438679_6d8d_9137_cff6_e0873f00d5a0 -->|calls| 4e7738f0_ea94_abd8_5384_e7be1344cace
  768a9f19_e7c1_363c_771b_7a649c725426["deprecatedWithLessPreciseType()"]
  768a9f19_e7c1_363c_771b_7a649c725426 -->|calls| 4e7738f0_ea94_abd8_5384_e7be1344cace
  9760342b_da84_415a_eb31_90c3a2e3c571["deprecatedPropertyOnRecord()"]
  9760342b_da84_415a_eb31_90c3a2e3c571 -->|calls| 4e7738f0_ea94_abd8_5384_e7be1344cace
  e43461d9_9f87_328c_2b62_aae3a9b1d9de["typBoxing()"]
  e43461d9_9f87_328c_2b62_aae3a9b1d9de -->|calls| 4e7738f0_ea94_abd8_5384_e7be1344cace
  style 4e7738f0_ea94_abd8_5384_e7be1344cace fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/ConfigurationMetadataAnnotationProcessorTests.java lines 1003–1008

		private void compile(Function<TestCompiler, TestCompiler> configuration, Consumer<Compiled> compiled) {
			TestCompiler testCompiler = TestCompiler.forSystem();
			configuration.apply(testCompiler)
				.withProcessors(new TestConfigurationMetadataAnnotationProcessor())
				.compile(compiled);
		}

Domain

Subdomains

Called By

Frequently Asked Questions

What does compile() do?
compile() is a function in the spring-boot codebase.
What does compile() call?
compile() calls 1 function(s): TestConfigurationMetadataAnnotationProcessor.
What calls compile()?
compile() is called by 63 function(s): abstractPropertiesSource, annotatedGetter, builderPojo, constructorParameterPropertyWithEmptyDefaultValueOnProperty, constructorParameterPropertyWithInvalidDefaultValueOnCharacter, constructorParameterPropertyWithInvalidDefaultValueOnFloatingPoint, constructorParameterPropertyWithInvalidDefaultValueOnNumber, deprecatedOnUnrelatedSetter, and 55 more.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free