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

getMetadata() — spring-boot Function Reference

Architecture documentation for the getMetadata() function in CompiledMetadataReader.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 12

Entity Profile

Dependency Diagram

graph TD
  6db1d912_8683_85db_65be_1a11eb09f91e["getMetadata()"]
  59f1dba4_432b_af91_0bc4_29f516684a91["compile()"]
  59f1dba4_432b_af91_0bc4_29f516684a91 -->|calls| 6db1d912_8683_85db_65be_1a11eb09f91e
  ff739d11_923b_9aba_9260_66d07cbb27a7["simplePropertiesSource()"]
  ff739d11_923b_9aba_9260_66d07cbb27a7 -->|calls| 6db1d912_8683_85db_65be_1a11eb09f91e
  9bfc0b86_66ba_af39_3646_91944df6b8de["simplePropertiesSourceWithAdditionalMetadataIsMerged()"]
  9bfc0b86_66ba_af39_3646_91944df6b8de -->|calls| 6db1d912_8683_85db_65be_1a11eb09f91e
  7ee18f42_0c8f_5b61_fd38_a5743c7df2c8["simplePropertiesSourceWithAdditionalMetadataHintIsMerged()"]
  7ee18f42_0c8f_5b61_fd38_a5743c7df2c8 -->|calls| 6db1d912_8683_85db_65be_1a11eb09f91e
  9ed3dca6_58f0_cc78_cbad_60855ee1128b["simplePropertiesSourceWithAdditionalMetadataCanBeOverridden()"]
  9ed3dca6_58f0_cc78_cbad_60855ee1128b -->|calls| 6db1d912_8683_85db_65be_1a11eb09f91e
  9419ba22_d52e_8904_a590_adce93bfcfd9["lombokPropertiesSource()"]
  9419ba22_d52e_8904_a590_adce93bfcfd9 -->|calls| 6db1d912_8683_85db_65be_1a11eb09f91e
  db82f29b_8964_0aa6_b846_d0efc277463f["immutablePropertiesSource()"]
  db82f29b_8964_0aa6_b846_d0efc277463f -->|calls| 6db1d912_8683_85db_65be_1a11eb09f91e
  7629279f_801f_df6d_a18a_9ed26f468a84["recordPropertiesSource()"]
  7629279f_801f_df6d_a18a_9ed26f468a84 -->|calls| 6db1d912_8683_85db_65be_1a11eb09f91e
  297a2281_0594_619d_3fff_799482500755["abstractPropertiesSource()"]
  297a2281_0594_619d_3fff_799482500755 -->|calls| 6db1d912_8683_85db_65be_1a11eb09f91e
  549ceb61_a444_a399_ba98_2a796c0284ad["nonRootConfigurationPropertiesSources()"]
  549ceb61_a444_a399_ba98_2a796c0284ad -->|calls| 6db1d912_8683_85db_65be_1a11eb09f91e
  41e14b2b_ba0d_2cf1_f9dd_23f295a4065f["nestedPropertiesSource()"]
  41e14b2b_ba0d_2cf1_f9dd_23f295a4065f -->|calls| 6db1d912_8683_85db_65be_1a11eb09f91e
  a1f81956_3308_a3b4_94b4_a7b0246bb879["compile()"]
  a1f81956_3308_a3b4_94b4_a7b0246bb879 -->|calls| 6db1d912_8683_85db_65be_1a11eb09f91e
  30292bfa_e8ed_1caa_f042_78733422492f["read()"]
  6db1d912_8683_85db_65be_1a11eb09f91e -->|calls| 30292bfa_e8ed_1caa_f042_78733422492f
  style 6db1d912_8683_85db_65be_1a11eb09f91e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/test/CompiledMetadataReader.java lines 39–41

	public static ConfigurationMetadata getMetadata(Compiled compiled) {
		return getMetadata(compiled, METADATA_FILE);
	}

Domain

Subdomains

Calls

Frequently Asked Questions

What does getMetadata() do?
getMetadata() is a function in the spring-boot codebase.
What does getMetadata() call?
getMetadata() calls 1 function(s): read.
What calls getMetadata()?
getMetadata() is called by 12 function(s): abstractPropertiesSource, compile, compile, immutablePropertiesSource, lombokPropertiesSource, nestedPropertiesSource, nonRootConfigurationPropertiesSources, recordPropertiesSource, and 4 more.

Analyze Your Own Codebase

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

Try Supermodel Free