getOrigin() — spring-boot Function Reference
Architecture documentation for the getOrigin() function in SpringConfigurationPropertySourceTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD c691df49_bbf9_149b_68f0_f6211691bfe7["getOrigin()"] 61f4ee14_965f_0311_409e_3afb3de2afcb["getValueOriginAndPropertySource()"] 61f4ee14_965f_0311_409e_3afb3de2afcb -->|calls| c691df49_bbf9_149b_68f0_f6211691bfe7 046046f9_9fd7_0539_990c_4886444ec698["getValueWhenOriginCapableShouldIncludeSourceOrigin()"] 046046f9_9fd7_0539_990c_4886444ec698 -->|calls| c691df49_bbf9_149b_68f0_f6211691bfe7 feaea37f_ff7a_a085_e95c_b2e99e462002["toString()"] c691df49_bbf9_149b_68f0_f6211691bfe7 -->|calls| feaea37f_ff7a_a085_e95c_b2e99e462002 style c691df49_bbf9_149b_68f0_f6211691bfe7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/properties/source/SpringConfigurationPropertySourceTests.java lines 282–292
@Override
public Origin getOrigin(String name) {
return new Origin() {
@Override
public String toString() {
return "TestOrigin " + name;
}
};
}
Domain
Subdomains
Calls
Called By
- getValueOriginAndPropertySource()
- getValueWhenOriginCapableShouldIncludeSourceOrigin()
Source
Frequently Asked Questions
What does getOrigin() do?
getOrigin() is a function in the spring-boot codebase.
What does getOrigin() call?
getOrigin() calls 1 function(s): toString.
What calls getOrigin()?
getOrigin() is called by 2 function(s): getValueOriginAndPropertySource, getValueWhenOriginCapableShouldIncludeSourceOrigin.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free