getOrigin() — spring-boot Function Reference
Architecture documentation for the getOrigin() function in SpringIterableConfigurationPropertySourceTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD f5ba7d64_279a_c589_9892_7b6be876b9e1["getOrigin()"] 4de05e68_03c5_6ea4_09a5_318b334f36bd["getValueOrigin()"] 4de05e68_03c5_6ea4_09a5_318b334f36bd -->|calls| f5ba7d64_279a_c589_9892_7b6be876b9e1 fe34c61a_804d_c304_682b_52052970effd["getValueWhenOriginCapableShouldIncludeSourceOrigin()"] fe34c61a_804d_c304_682b_52052970effd -->|calls| f5ba7d64_279a_c589_9892_7b6be876b9e1 a2649ca9_c850_65c0_d2ac_3ceae2b6fe7c["getOrigin()"] f5ba7d64_279a_c589_9892_7b6be876b9e1 -->|calls| a2649ca9_c850_65c0_d2ac_3ceae2b6fe7c style f5ba7d64_279a_c589_9892_7b6be876b9e1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/properties/source/SpringIterableConfigurationPropertySourceTests.java lines 317–327
@Override
public Origin getOrigin(String name) {
return new Origin() {
@Override
public String toString() {
return "TestOrigin " + name;
}
};
}
Domain
Subdomains
Calls
Called By
- getValueOrigin()
- 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): getOrigin.
What calls getOrigin()?
getOrigin() is called by 2 function(s): getValueOrigin, getValueWhenOriginCapableShouldIncludeSourceOrigin.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free