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

withDeprecation() — spring-boot Function Reference

Architecture documentation for the withDeprecation() function in Metadata.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 1 called by 18

Entity Profile

Dependency Diagram

graph TD
  24e98b01_1aa8_27ae_189f_3eec90e0a528["withDeprecation()"]
  488bf290_a240_a910_efae_c97e099cd875["simpleProperties()"]
  488bf290_a240_a910_efae_c97e099cd875 -->|calls| 24e98b01_1aa8_27ae_189f_3eec90e0a528
  6e6f469f_2884_f6f3_34a5_8e0e64f3f4dd["deprecatedProperties()"]
  6e6f469f_2884_f6f3_34a5_8e0e64f3f4dd -->|calls| 24e98b01_1aa8_27ae_189f_3eec90e0a528
  60a5e643_a7e5_49db_2019_232477237b6d["singleDeprecatedProperty()"]
  60a5e643_a7e5_49db_2019_232477237b6d -->|calls| 24e98b01_1aa8_27ae_189f_3eec90e0a528
  ff092594_c91b_66da_42ab_9a357b1b761e["singleDeprecatedFieldProperty()"]
  ff092594_c91b_66da_42ab_9a357b1b761e -->|calls| 24e98b01_1aa8_27ae_189f_3eec90e0a528
  9760342b_da84_415a_eb31_90c3a2e3c571["deprecatedPropertyOnRecord()"]
  9760342b_da84_415a_eb31_90c3a2e3c571 -->|calls| 24e98b01_1aa8_27ae_189f_3eec90e0a528
  a26d3d60_8985_1d62_5e68_58e86dc2c740["innerClassProperties()"]
  a26d3d60_8985_1d62_5e68_58e86dc2c740 -->|calls| 24e98b01_1aa8_27ae_189f_3eec90e0a528
  4144d4d0_ebda_5b50_14b7_6301185a9181["immutableSimpleProperties()"]
  4144d4d0_ebda_5b50_14b7_6301185a9181 -->|calls| 24e98b01_1aa8_27ae_189f_3eec90e0a528
  a5ca2ec6_50ee_acd0_d1b7_9c1b95bfdb61["assertSimpleLombokProperties()"]
  a5ca2ec6_50ee_acd0_d1b7_9c1b95bfdb61 -->|calls| 24e98b01_1aa8_27ae_189f_3eec90e0a528
  fa0d5ba4_1fee_070b_f31e_ded40ecba6ba["mergeExistingPropertyDefaultValue()"]
  fa0d5ba4_1fee_070b_f31e_ded40ecba6ba -->|calls| 24e98b01_1aa8_27ae_189f_3eec90e0a528
  492888c3_d3da_3e42_fa7f_da31e0ce0919["mergeExistingPropertyDeprecation()"]
  492888c3_d3da_3e42_fa7f_da31e0ce0919 -->|calls| 24e98b01_1aa8_27ae_189f_3eec90e0a528
  86db2a59_f717_17d6_b92c_067a0375ba30["mergeExistingPropertyDeprecationOverride()"]
  86db2a59_f717_17d6_b92c_067a0375ba30 -->|calls| 24e98b01_1aa8_27ae_189f_3eec90e0a528
  204e892f_d28d_6fdc_2f14_c0d4e833b9bb["mergeExistingPropertyDeprecationOverrideLevel()"]
  204e892f_d28d_6fdc_2f14_c0d4e833b9bb -->|calls| 24e98b01_1aa8_27ae_189f_3eec90e0a528
  99dd0cb4_f361_775b_c1e5_a2b0e441898c["mergingOfSimpleHint()"]
  99dd0cb4_f361_775b_c1e5_a2b0e441898c -->|calls| 24e98b01_1aa8_27ae_189f_3eec90e0a528
  f4ba251a_6561_8900_ce4d_61e184bb7f86["mergingOfHintWithNonCanonicalName()"]
  f4ba251a_6561_8900_ce4d_61e184bb7f86 -->|calls| 24e98b01_1aa8_27ae_189f_3eec90e0a528
  style 24e98b01_1aa8_27ae_189f_3eec90e0a528 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/metadata/Metadata.java lines 198–200

		public MetadataItemCondition withDeprecation() {
			return withDeprecation(null, null, null, null);
		}

Domain

Subdomains

Frequently Asked Questions

What does withDeprecation() do?
withDeprecation() is a function in the spring-boot codebase.
What does withDeprecation() call?
withDeprecation() calls 1 function(s): MetadataItemCondition.
What calls withDeprecation()?
withDeprecation() is called by 18 function(s): assertSimpleLombokProperties, deprecatedMethodConfig, deprecatedMethodConfigOnClass, deprecatedProperties, deprecatedPropertyOnRecord, immutableSimpleProperties, innerClassProperties, mergeExistingPropertyDefaultValue, and 10 more.

Analyze Your Own Codebase

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

Try Supermodel Free