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

withNoDeprecation() — spring-boot Function Reference

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

Function java GradlePlugin RunTasks calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  4524fd47_2a72_6baf_3673_e349f9d0b371["withNoDeprecation()"]
  a4438679_6d8d_9137_cff6_e0873f00d5a0["deprecatedOnUnrelatedSetter()"]
  a4438679_6d8d_9137_cff6_e0873f00d5a0 -->|calls| 4524fd47_2a72_6baf_3673_e349f9d0b371
  768a9f19_e7c1_363c_771b_7a649c725426["deprecatedWithLessPreciseType()"]
  768a9f19_e7c1_363c_771b_7a649c725426 -->|calls| 4524fd47_2a72_6baf_3673_e349f9d0b371
  80f54603_b967_1727_be48_42582c27e74e["shouldNotMarkDbcp2UsernameOrPasswordAsDeprecated()"]
  80f54603_b967_1727_be48_42582c27e74e -->|calls| 4524fd47_2a72_6baf_3673_e349f9d0b371
  7b04f967_88ab_533e_b7ff_784c8f28adc9["MetadataItemCondition()"]
  4524fd47_2a72_6baf_3673_e349f9d0b371 -->|calls| 7b04f967_88ab_533e_b7ff_784c8f28adc9
  style 4524fd47_2a72_6baf_3673_e349f9d0b371 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 211–214

		public MetadataItemCondition withNoDeprecation() {
			return new MetadataItemCondition(this.itemType, this.name, this.type, this.sourceType, this.sourceMethod,
					this.description, this.defaultValue, null);
		}

Domain

Subdomains

Frequently Asked Questions

What does withNoDeprecation() do?
withNoDeprecation() is a function in the spring-boot codebase.
What does withNoDeprecation() call?
withNoDeprecation() calls 1 function(s): MetadataItemCondition.
What calls withNoDeprecation()?
withNoDeprecation() is called by 3 function(s): deprecatedOnUnrelatedSetter, deprecatedWithLessPreciseType, shouldNotMarkDbcp2UsernameOrPasswordAsDeprecated.

Analyze Your Own Codebase

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

Try Supermodel Free