get() — spring-boot Function Reference
Architecture documentation for the get() function in PropertySourceOrigin.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD c08472d1_0523_dcc9_5df2_017ca9268c5a["get()"] a778f819_855a_16f1_cd60_ec71fd7f7b83["getConfigurationProperty()"] a778f819_855a_16f1_cd60_ec71fd7f7b83 -->|calls| c08472d1_0523_dcc9_5df2_017ca9268c5a d24d0e7a_c958_dd05_88eb_0a4b11970830["getSystemEnvironmentProperty()"] d24d0e7a_c958_dd05_88eb_0a4b11970830 -->|calls| c08472d1_0523_dcc9_5df2_017ca9268c5a ab6ab450_95f3_dcc1_b96e_4afd0605d482["getConfigurationProperty()"] ab6ab450_95f3_dcc1_b96e_4afd0605d482 -->|calls| c08472d1_0523_dcc9_5df2_017ca9268c5a 7171db11_5f61_e663_4b18_123958611a86["containsDescendantOf()"] 7171db11_5f61_e663_4b18_123958611a86 -->|calls| c08472d1_0523_dcc9_5df2_017ca9268c5a b8923f53_f057_a666_68a1_d0acc9a47029["getCache()"] b8923f53_f057_a666_68a1_d0acc9a47029 -->|calls| c08472d1_0523_dcc9_5df2_017ca9268c5a b78eeddd_2e0e_efb7_0738_fc074f96550d["tryUpdate()"] b78eeddd_2e0e_efb7_0738_fc074f96550d -->|calls| c08472d1_0523_dcc9_5df2_017ca9268c5a 63a5a4fd_333a_0078_219b_c0bdfc172d60["getConfigurationPropertyNames()"] 63a5a4fd_333a_0078_219b_c0bdfc172d60 -->|calls| c08472d1_0523_dcc9_5df2_017ca9268c5a bd901e93_9053_febe_1368_13a8703ecbb8["getSystemEnvironmentProperty()"] bd901e93_9053_febe_1368_13a8703ecbb8 -->|calls| c08472d1_0523_dcc9_5df2_017ca9268c5a 88f67dcd_57fc_08d7_7bed_7a684b422aac["get()"] 88f67dcd_57fc_08d7_7bed_7a684b422aac -->|calls| c08472d1_0523_dcc9_5df2_017ca9268c5a 96255b5a_725b_6ae8_2140_1f0606d554ed["get()"] 96255b5a_725b_6ae8_2140_1f0606d554ed -->|calls| c08472d1_0523_dcc9_5df2_017ca9268c5a 645e9a53_c782_2686_2b7d_4044fa109216["propertySourceShouldTrackOrigin()"] 645e9a53_c782_2686_2b7d_4044fa109216 -->|calls| c08472d1_0523_dcc9_5df2_017ca9268c5a df1f257f_9040_91c6_c5dd_ddb7e02f2d5e["propertySourceOrderingWhenMultipleServletSpecificPropertySources()"] df1f257f_9040_91c6_c5dd_ddb7e02f2d5e -->|calls| c08472d1_0523_dcc9_5df2_017ca9268c5a 0edd80ce_9440_65dd_9783_9e154eba6b6e["getOrigin()"] c08472d1_0523_dcc9_5df2_017ca9268c5a -->|calls| 0edd80ce_9440_65dd_9783_9e154eba6b6e 33c88bb3_10c2_2663_354f_5e0e228f9efa["PropertySourceOrigin()"] c08472d1_0523_dcc9_5df2_017ca9268c5a -->|calls| 33c88bb3_10c2_2663_354f_5e0e228f9efa style c08472d1_0523_dcc9_5df2_017ca9268c5a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/origin/PropertySourceOrigin.java lines 108–112
public static Origin get(PropertySource<?> propertySource, String name) {
Origin origin = OriginLookup.getOrigin(propertySource, name);
return (origin instanceof PropertySourceOrigin) ? origin
: new PropertySourceOrigin(propertySource, name, origin);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does get() do?
get() is a function in the spring-boot codebase.
What does get() call?
get() calls 2 function(s): PropertySourceOrigin, getOrigin.
What calls get()?
get() is called by 12 function(s): containsDescendantOf, get, get, getCache, getConfigurationProperty, getConfigurationProperty, getConfigurationPropertyNames, getSystemEnvironmentProperty, and 4 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free