OriginTrackedMapPropertySource() — spring-boot Function Reference
Architecture documentation for the OriginTrackedMapPropertySource() function in OriginTrackedMapPropertySource.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 973fc6c5_6387_37b4_41c3_d190ce78d138["OriginTrackedMapPropertySource()"] 1b9aa3fe_6514_1fa2_2696_d33402fdeaa0["iteratorWhenSpringPropertySourceFiltersNames()"] 1b9aa3fe_6514_1fa2_2696_d33402fdeaa0 -->|calls| 973fc6c5_6387_37b4_41c3_d190ce78d138 08dbe848_4f92_3a46_2650_8424fff85091["iteratorWhenSpringPropertySourceAndAnotherFilterFiltersNames()"] 08dbe848_4f92_3a46_2650_8424fff85091 -->|calls| 973fc6c5_6387_37b4_41c3_d190ce78d138 a5993383_f143_f367_a48c_0536257e7db5["containsDescendantOfWhenSpringPropertySourceUsesContents()"] a5993383_f143_f367_a48c_0536257e7db5 -->|calls| 973fc6c5_6387_37b4_41c3_d190ce78d138 82ff2228_75d2_e2a3_fff0_b2fd389b025d["originTrackedMapPropertySourceKeyAdditionInvalidatesCache()"] 82ff2228_75d2_e2a3_fff0_b2fd389b025d -->|calls| 973fc6c5_6387_37b4_41c3_d190ce78d138 4b233fcf_2f71_800a_263b_81dd5e939e01["readOnlyOriginTrackedMapPropertySourceKeyAdditionDoesNotInvalidateCache()"] 4b233fcf_2f71_800a_263b_81dd5e939e01 -->|calls| 973fc6c5_6387_37b4_41c3_d190ce78d138 a2504d8b_011a_cde5_1e53_fef06e1648a3["orderOfUnderlyingSourceIsPreserved()"] a2504d8b_011a_cde5_1e53_fef06e1648a3 -->|calls| 973fc6c5_6387_37b4_41c3_d190ce78d138 2fe5a5fe_c47e_6796_8657_71bb0e5eabb7["cacheRefreshRecalculatesDescendants()"] 2fe5a5fe_c47e_6796_8657_71bb0e5eabb7 -->|calls| 973fc6c5_6387_37b4_41c3_d190ce78d138 style 973fc6c5_6387_37b4_41c3_d190ce78d138 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/env/OriginTrackedMapPropertySource.java lines 47–50
@SuppressWarnings("rawtypes")
public OriginTrackedMapPropertySource(String name, Map source) {
this(name, source, false);
}
Domain
Subdomains
Called By
- cacheRefreshRecalculatesDescendants()
- containsDescendantOfWhenSpringPropertySourceUsesContents()
- iteratorWhenSpringPropertySourceAndAnotherFilterFiltersNames()
- iteratorWhenSpringPropertySourceFiltersNames()
- orderOfUnderlyingSourceIsPreserved()
- originTrackedMapPropertySourceKeyAdditionInvalidatesCache()
- readOnlyOriginTrackedMapPropertySourceKeyAdditionDoesNotInvalidateCache()
Source
Frequently Asked Questions
What does OriginTrackedMapPropertySource() do?
OriginTrackedMapPropertySource() is a function in the spring-boot codebase.
What calls OriginTrackedMapPropertySource()?
OriginTrackedMapPropertySource() is called by 7 function(s): cacheRefreshRecalculatesDescendants, containsDescendantOfWhenSpringPropertySourceUsesContents, iteratorWhenSpringPropertySourceAndAnotherFilterFiltersNames, iteratorWhenSpringPropertySourceFiltersNames, orderOfUnderlyingSourceIsPreserved, originTrackedMapPropertySourceKeyAdditionInvalidatesCache, readOnlyOriginTrackedMapPropertySourceKeyAdditionDoesNotInvalidateCache.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free