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

withDescription() — spring-boot Function Reference

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

Function java GradlePlugin RunTasks calls 1 called by 36

Entity Profile

Dependency Diagram

graph TD
  facc73e3_5f28_4513_9b1f_79367931e644["withDescription()"]
  488bf290_a240_a910_efae_c97e099cd875["simpleProperties()"]
  488bf290_a240_a910_efae_c97e099cd875 -->|calls| facc73e3_5f28_4513_9b1f_79367931e644
  b50d13ed_087d_a46f_dd40_8022faa317f9["descriptionProperties()"]
  b50d13ed_087d_a46f_dd40_8022faa317f9 -->|calls| facc73e3_5f28_4513_9b1f_79367931e644
  8f6ffda9_7bf6_60a6_f8f5_05a54eec515d["recordPropertiesWithDescriptions()"]
  8f6ffda9_7bf6_60a6_f8f5_05a54eec515d -->|calls| facc73e3_5f28_4513_9b1f_79367931e644
  6de074d2_27f0_69c8_6855_cf892694a2c4["javaBeansSourceIsMergedWithNestedConfigurationProperty()"]
  6de074d2_27f0_69c8_6855_cf892694a2c4 -->|calls| facc73e3_5f28_4513_9b1f_79367931e644
  b86af648_7736_68c3_c225_ad5d7e1259b4["lombokSourceIsMergedWithNestedConfigurationProperty()"]
  b86af648_7736_68c3_c225_ad5d7e1259b4 -->|calls| facc73e3_5f28_4513_9b1f_79367931e644
  56c8dfbc_dac4_96b6_a756_4fcc30fdeb9b["immutableSourceIsMergedWithNestedConfigurationProperty()"]
  56c8dfbc_dac4_96b6_a756_4fcc30fdeb9b -->|calls| facc73e3_5f28_4513_9b1f_79367931e644
  12d87fb9_2cca_680d_d9d7_70c26d0af0ee["recordSourceIsMergedWithNestedConfigurationProperty()"]
  12d87fb9_2cca_680d_d9d7_70c26d0af0ee -->|calls| facc73e3_5f28_4513_9b1f_79367931e644
  5873eda0_c228_7e87_2244_2db6104d5990["sourceIsMergedWithConfigurationProperties()"]
  5873eda0_c228_7e87_2244_2db6104d5990 -->|calls| facc73e3_5f28_4513_9b1f_79367931e644
  e420062a_3866_e9a6_49d2_23dacc602ab9["sourceWithNonCanonicalMetadataIsDiscovered()"]
  e420062a_3866_e9a6_49d2_23dacc602ab9 -->|calls| facc73e3_5f28_4513_9b1f_79367931e644
  b03f8c2b_3fa5_b90a_9de5_3a6b41d15da5["sourceFromParentClasIsDiscoveredForConcreteSource()"]
  b03f8c2b_3fa5_b90a_9de5_3a6b41d15da5 -->|calls| facc73e3_5f28_4513_9b1f_79367931e644
  60bfd50b_c7fd_e0ff_5629_cbd92b5b1a12["sourceFromParentClasIsDiscoveredForConfigurationProperties()"]
  60bfd50b_c7fd_e0ff_5629_cbd92b5b1a12 -->|calls| facc73e3_5f28_4513_9b1f_79367931e644
  ff739d11_923b_9aba_9260_66d07cbb27a7["simplePropertiesSource()"]
  ff739d11_923b_9aba_9260_66d07cbb27a7 -->|calls| facc73e3_5f28_4513_9b1f_79367931e644
  9bfc0b86_66ba_af39_3646_91944df6b8de["simplePropertiesSourceWithAdditionalMetadataIsMerged()"]
  9bfc0b86_66ba_af39_3646_91944df6b8de -->|calls| facc73e3_5f28_4513_9b1f_79367931e644
  7ee18f42_0c8f_5b61_fd38_a5743c7df2c8["simplePropertiesSourceWithAdditionalMetadataHintIsMerged()"]
  7ee18f42_0c8f_5b61_fd38_a5743c7df2c8 -->|calls| facc73e3_5f28_4513_9b1f_79367931e644
  style facc73e3_5f28_4513_9b1f_79367931e644 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 188–191

		public MetadataItemCondition withDescription(String description) {
			return new MetadataItemCondition(this.itemType, this.name, this.type, this.sourceType, this.sourceMethod,
					description, this.defaultValue, this.deprecation);
		}

Domain

Subdomains

Frequently Asked Questions

What does withDescription() do?
withDescription() is a function in the spring-boot codebase.
What does withDescription() call?
withDescription() calls 1 function(s): MetadataItemCondition.
What calls withDescription()?
withDescription() is called by 36 function(s): abstractPropertiesSource, assertSimpleLombokProperties, cacheTtl, constructorParameterNameAnnotationProperties, defaultAccess, descriptionProperties, immutablePropertiesSource, immutableSimpleProperties, and 28 more.

Analyze Your Own Codebase

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

Try Supermodel Free