toString() — spring-boot Function Reference
Architecture documentation for the toString() function in ItemDeprecation.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 1baabe57_48a3_d81d_65fc_4f3335b91796["toString()"] 01b7334f_5363_ab1f_f29e_35a30914f7cf["isAccessLevelPublic()"] 01b7334f_5363_ab1f_f29e_35a30914f7cf -->|calls| 1baabe57_48a3_d81d_65fc_4f3335b91796 1b89e390_8491_943e_31a4_ad1ffb419599["getFieldDefaultValue()"] 1b89e390_8491_943e_31a4_ad1ffb419599 -->|calls| 1baabe57_48a3_d81d_65fc_4f3335b91796 fe604693_c01b_e6a8_4792_4b6f0db1144d["isExcluded()"] fe604693_c01b_e6a8_4792_4b6f0db1144d -->|calls| 1baabe57_48a3_d81d_65fc_4f3335b91796 14c54625_07e7_4f3c_2f6e_66801a43c806["hasAnnotation()"] 14c54625_07e7_4f3c_2f6e_66801a43c806 -->|calls| 1baabe57_48a3_d81d_65fc_4f3335b91796 587407ec_b97c_4748_6eed_7841a77df156["hasMetaAnnotation()"] 587407ec_b97c_4748_6eed_7841a77df156 -->|calls| 1baabe57_48a3_d81d_65fc_4f3335b91796 b07aa383_b8ce_d873_4f85_69e1b53b9046["getAnnotation()"] b07aa383_b8ce_d873_4f85_69e1b53b9046 -->|calls| 1baabe57_48a3_d81d_65fc_4f3335b91796 c4b5c2e9_7f53_db1b_775f_ff1944513c4d["getTypeUseAnnotation()"] c4b5c2e9_7f53_db1b_775f_ff1944513c4d -->|calls| 1baabe57_48a3_d81d_65fc_4f3335b91796 c1296662_b920_0869_16ea_85334d275c59["getAnnotationElementValues()"] c1296662_b920_0869_16ea_85334d275c59 -->|calls| 1baabe57_48a3_d81d_65fc_4f3335b91796 047903fc_500a_0180_13c5_6d98f3df6387["getAnnotationElementStringValue()"] 047903fc_500a_0180_13c5_6d98f3df6387 -->|calls| 1baabe57_48a3_d81d_65fc_4f3335b91796 971c18d4_6798_0c68_79ab_be55717771ed["asString()"] 971c18d4_6798_0c68_79ab_be55717771ed -->|calls| 1baabe57_48a3_d81d_65fc_4f3335b91796 style 1baabe57_48a3_d81d_65fc_4f3335b91796 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
configuration-metadata/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/metadata/ItemDeprecation.java lines 105–109
@Override
public String toString() {
return "ItemDeprecation{reason='" + this.reason + '\'' + ", replacement='" + this.replacement + '\''
+ ", level='" + this.level + '\'' + ", since='" + this.since + '\'' + '}';
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does toString() do?
toString() is a function in the spring-boot codebase.
What calls toString()?
toString() is called by 10 function(s): asString, getAnnotation, getAnnotationElementStringValue, getAnnotationElementValues, getFieldDefaultValue, getTypeUseAnnotation, hasAnnotation, hasMetaAnnotation, and 2 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free