getPropertyResolver() — spring-boot Function Reference
Architecture documentation for the getPropertyResolver() function in LogFileTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD b716715b_9c88_dd8e_3886_a0d91c91e160["getPropertyResolver()"] f89d26b6_f6b3_05e4_c3c5_c74730f167e3["noProperties()"] f89d26b6_f6b3_05e4_c3c5_c74730f167e3 -->|calls| b716715b_9c88_dd8e_3886_a0d91c91e160 44f17dd7_ff06_7b39_1f13_a13fa3e0af88["loggingFile()"] 44f17dd7_ff06_7b39_1f13_a13fa3e0af88 -->|calls| b716715b_9c88_dd8e_3886_a0d91c91e160 7ae5ef82_3acd_1e0a_f3b2_840a339c0f02["loggingPath()"] 7ae5ef82_3acd_1e0a_f3b2_840a339c0f02 -->|calls| b716715b_9c88_dd8e_3886_a0d91c91e160 b261b105_5a93_5410_173e_3d44582a2b3c["loggingFileAndPath()"] b261b105_5a93_5410_173e_3d44582a2b3c -->|calls| b716715b_9c88_dd8e_3886_a0d91c91e160 style b716715b_9c88_dd8e_3886_a0d91c91e160 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/logging/LogFileTests.java lines 105–110
private PropertyResolver getPropertyResolver(Map<String, Object> properties) {
PropertySource<?> propertySource = new MapPropertySource("properties", properties);
MutablePropertySources propertySources = new MutablePropertySources();
propertySources.addFirst(propertySource);
return new PropertySourcesPropertyResolver(propertySources);
}
Domain
Subdomains
Called By
- loggingFile()
- loggingFileAndPath()
- loggingPath()
- noProperties()
Source
Frequently Asked Questions
What does getPropertyResolver() do?
getPropertyResolver() is a function in the spring-boot codebase.
What calls getPropertyResolver()?
getPropertyResolver() is called by 4 function(s): loggingFile, loggingFileAndPath, loggingPath, noProperties.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free