getOrigin() — spring-boot Function Reference
Architecture documentation for the getOrigin() function in ConfigDataEnvironmentContributorPlaceholdersResolverTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 1ab233ad_d4dc_f011_7b36_68e89f803b50["getOrigin()"] 9cb81299_adea_3243_aa47_b0b47be8b27a["propertyNameAndOriginOf()"] 9cb81299_adea_3243_aa47_b0b47be8b27a -->|calls| 1ab233ad_d4dc_f011_7b36_68e89f803b50 0edd80ce_9440_65dd_9783_9e154eba6b6e["getOrigin()"] 1ab233ad_d4dc_f011_7b36_68e89f803b50 -->|calls| 0edd80ce_9440_65dd_9783_9e154eba6b6e 33c88bb3_10c2_2663_354f_5e0e228f9efa["PropertySourceOrigin()"] 1ab233ad_d4dc_f011_7b36_68e89f803b50 -->|calls| 33c88bb3_10c2_2663_354f_5e0e228f9efa style 1ab233ad_d4dc_f011_7b36_68e89f803b50 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/config/ConfigDataEnvironmentContributorPlaceholdersResolverTests.java lines 140–146
@Override
public @Nullable Origin getOrigin(String key) {
if (getSource().containsKey(key)) {
return new PropertySourceOrigin(this, key);
}
return null;
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does getOrigin() do?
getOrigin() is a function in the spring-boot codebase.
What does getOrigin() call?
getOrigin() calls 2 function(s): PropertySourceOrigin, getOrigin.
What calls getOrigin()?
getOrigin() is called by 1 function(s): propertyNameAndOriginOf.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free