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

writeDeprecatedPropertyRow() — spring-boot Function Reference

Architecture documentation for the writeDeprecatedPropertyRow() function in ChangelogWriter.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 7 called by 2

Entity Profile

Dependency Diagram

graph TD
  9158c77a_7765_64a7_7fc0_d823fa269eb7["writeDeprecatedPropertyRow()"]
  e7e0915c_7d86_2d05_9e40_ef5aa68ca0cd["writeDeprecated()"]
  e7e0915c_7d86_2d05_9e40_ef5aa68ca0cd -->|calls| 9158c77a_7765_64a7_7fc0_d823fa269eb7
  6973a543_1d6b_f8b9_feb1_e3c4a80cc2d4["writeRemoved()"]
  6973a543_1d6b_f8b9_feb1_e3c4a80cc2d4 -->|calls| 9158c77a_7765_64a7_7fc0_d823fa269eb7
  097860b8_471c_9185_deb4_2c446d487af0["getDeprecation()"]
  9158c77a_7765_64a7_7fc0_d823fa269eb7 -->|calls| 097860b8_471c_9185_deb4_2c446d487af0
  af182f25_a2c8_d31c_ead5_671ec43ef6da["writeCell()"]
  9158c77a_7765_64a7_7fc0_d823fa269eb7 -->|calls| af182f25_a2c8_d31c_ead5_671ec43ef6da
  3ce69f1e_73ff_f8ac_f323_39ff18206f31["monospace()"]
  9158c77a_7765_64a7_7fc0_d823fa269eb7 -->|calls| 3ce69f1e_73ff_f8ac_f323_39ff18206f31
  15f76044_b9ff_0a94_9e6a_3974bb4b5465["getId()"]
  9158c77a_7765_64a7_7fc0_d823fa269eb7 -->|calls| 15f76044_b9ff_0a94_9e6a_3974bb4b5465
  cd6cfc5c_0f52_cc71_33d1_43a4d9562a05["getReplacement()"]
  9158c77a_7765_64a7_7fc0_d823fa269eb7 -->|calls| cd6cfc5c_0f52_cc71_33d1_43a4d9562a05
  2f392cff_b172_e33e_6ac8_190eb9aaeb72["getFirstSentence()"]
  9158c77a_7765_64a7_7fc0_d823fa269eb7 -->|calls| 2f392cff_b172_e33e_6ac8_190eb9aaeb72
  c88fccbe_0c2c_d40d_e669_c43907ae2e39["getReason()"]
  9158c77a_7765_64a7_7fc0_d823fa269eb7 -->|calls| c88fccbe_0c2c_d40d_e669_c43907ae2e39
  style 9158c77a_7765_64a7_7fc0_d823fa269eb7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-metadata-changelog-generator/src/main/java/org/springframework/boot/configurationmetadata/changelog/ChangelogWriter.java lines 176–181

	private void writeDeprecatedPropertyRow(ConfigurationMetadataProperty property) {
		Deprecation deprecation = (property.getDeprecation() != null) ? property.getDeprecation() : new Deprecation();
		writeCell(monospace(property.getId()));
		writeCell(monospace(deprecation.getReplacement()));
		writeCell(getFirstSentence(deprecation.getReason()));
	}

Domain

Subdomains

Frequently Asked Questions

What does writeDeprecatedPropertyRow() do?
writeDeprecatedPropertyRow() is a function in the spring-boot codebase.
What does writeDeprecatedPropertyRow() call?
writeDeprecatedPropertyRow() calls 7 function(s): getDeprecation, getFirstSentence, getId, getReason, getReplacement, monospace, writeCell.
What calls writeDeprecatedPropertyRow()?
writeDeprecatedPropertyRow() is called by 2 function(s): writeDeprecated, writeRemoved.

Analyze Your Own Codebase

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

Try Supermodel Free