assertItemDeprecation() — spring-boot Function Reference
Architecture documentation for the assertItemDeprecation() function in ItemMetadataAssert.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 12b46f95_807c_6496_0751_6e8f08e6d1dd["assertItemDeprecation()"] 20368200_f554_89d7_8657_84d16112dc4c["isDeprecatedWithNoInformation()"] 20368200_f554_89d7_8657_84d16112dc4c -->|calls| 12b46f95_807c_6496_0751_6e8f08e6d1dd ebc511d6_f1db_85a1_a558_992cb4e46d1e["isDeprecatedWithReason()"] ebc511d6_f1db_85a1_a558_992cb4e46d1e -->|calls| 12b46f95_807c_6496_0751_6e8f08e6d1dd 476bffd7_efcb_9095_e9a1_ca779513e6d2["isDeprecatedWithReplacement()"] 476bffd7_efcb_9095_e9a1_ca779513e6d2 -->|calls| 12b46f95_807c_6496_0751_6e8f08e6d1dd 6c5c16be_3b40_c01d_2a2d_ec3d2207f136["extracting()"] 12b46f95_807c_6496_0751_6e8f08e6d1dd -->|calls| 6c5c16be_3b40_c01d_2a2d_ec3d2207f136 style 12b46f95_807c_6496_0751_6e8f08e6d1dd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/test/ItemMetadataAssert.java lines 116–120
private ObjectAssert<ItemDeprecation> assertItemDeprecation() {
ObjectAssert<ItemDeprecation> itemDeprecationAssert = extracting(ItemMetadata::getDeprecation);
itemDeprecationAssert.extracting(ItemDeprecation::getLevel).isNull();
return itemDeprecationAssert;
}
Domain
Subdomains
Calls
Called By
- isDeprecatedWithNoInformation()
- isDeprecatedWithReason()
- isDeprecatedWithReplacement()
Source
Frequently Asked Questions
What does assertItemDeprecation() do?
assertItemDeprecation() is a function in the spring-boot codebase.
What does assertItemDeprecation() call?
assertItemDeprecation() calls 1 function(s): extracting.
What calls assertItemDeprecation()?
assertItemDeprecation() is called by 3 function(s): isDeprecatedWithNoInformation, isDeprecatedWithReason, isDeprecatedWithReplacement.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free