toString() — spring-boot Function Reference
Architecture documentation for the toString() function in PropertySourceOrigin.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 1bf44ab6_00ac_f2d3_1e78_d094999a8373["toString()"] f18da861_44b5_db3b_aeb3_350d0d7f1c44["toString()"] f18da861_44b5_db3b_aeb3_350d0d7f1c44 -->|calls| 1bf44ab6_00ac_f2d3_1e78_d094999a8373 d46c0de4_6f8b_b050_2454_a92b12e385b6["analyze()"] d46c0de4_6f8b_b050_2454_a92b12e385b6 -->|calls| 1bf44ab6_00ac_f2d3_1e78_d094999a8373 3709f0c7_6320_0808_8110_5cbc55a80415["getAction()"] 3709f0c7_6320_0808_8110_5cbc55a80415 -->|calls| 1bf44ab6_00ac_f2d3_1e78_d094999a8373 6a3151af_6d0a_31b4_1e40_c5bbe8c636a0["toString()"] 6a3151af_6d0a_31b4_1e40_c5bbe8c636a0 -->|calls| 1bf44ab6_00ac_f2d3_1e78_d094999a8373 style 1bf44ab6_00ac_f2d3_1e78_d094999a8373 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/origin/PropertySourceOrigin.java lines 94–98
@Override
public String toString() {
return (this.origin != null) ? this.origin.toString()
: "\"" + this.propertyName + "\" from property source \"" + this.propertySource.getName() + "\"";
}
Domain
Subdomains
Called By
- analyze()
- getAction()
- toString()
- toString()
Source
Frequently Asked Questions
What does toString() do?
toString() is a function in the spring-boot codebase.
What calls toString()?
toString() is called by 4 function(s): analyze, getAction, toString, toString.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free