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

compile() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  59f1dba4_432b_af91_0bc4_29f516684a91["compile()"]
  3db09b09_46f9_a6f9_e99c_318c2bbdbaa5["sourceFilesOf()"]
  59f1dba4_432b_af91_0bc4_29f516684a91 -->|calls| 3db09b09_46f9_a6f9_e99c_318c2bbdbaa5
  9548c1b6_d103_ac81_f1bc_acd6abe7251f["TestConfigurationMetadataAnnotationProcessor()"]
  59f1dba4_432b_af91_0bc4_29f516684a91 -->|calls| 9548c1b6_d103_ac81_f1bc_acd6abe7251f
  6db1d912_8683_85db_65be_1a11eb09f91e["getMetadata()"]
  59f1dba4_432b_af91_0bc4_29f516684a91 -->|calls| 6db1d912_8683_85db_65be_1a11eb09f91e
  style 59f1dba4_432b_af91_0bc4_29f516684a91 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/AbstractMetadataGenerationTests.java lines 40–43

	protected ConfigurationMetadata compile(Class<?>... types) {
		TestCompiler compiler = TestCompiler.forSystem().withSources(sourceFilesOf(types));
		return compile(compiler);
	}

Domain

Subdomains

Frequently Asked Questions

What does compile() do?
compile() is a function in the spring-boot codebase.
What does compile() call?
compile() calls 3 function(s): TestConfigurationMetadataAnnotationProcessor, getMetadata, sourceFilesOf.

Analyze Your Own Codebase

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

Try Supermodel Free