getSystemProperty() — spring-boot Function Reference
Architecture documentation for the getSystemProperty() function in LoggingApplicationListenerTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD fa6de724_885f_0a05_6b1b_5697fdfbd981["getSystemProperty()"] 98af55cc_a953_5eaf_c51e_80070ddacd47["systemPropertiesAreSetForLoggingConfiguration()"] 98af55cc_a953_5eaf_c51e_80070ddacd47 -->|calls| fa6de724_885f_0a05_6b1b_5697fdfbd981 66b7412e_9888_4c37_47f4_5cb5da9e56b6["environmentPropertiesIgnoreUnresolvablePlaceholders()"] 66b7412e_9888_4c37_47f4_5cb5da9e56b6 -->|calls| fa6de724_885f_0a05_6b1b_5697fdfbd981 db8edf72_ae28_e0e1_2fb2_c2b2b32b70df["environmentPropertiesResolvePlaceholders()"] db8edf72_ae28_e0e1_2fb2_c2b2b32b70df -->|calls| fa6de724_885f_0a05_6b1b_5697fdfbd981 260c6a51_00f9_d158_4062_1a1ef1ef017e["logFilePropertiesCanReferenceSystemProperties()"] 260c6a51_00f9_d158_4062_1a1ef1ef017e -->|calls| fa6de724_885f_0a05_6b1b_5697fdfbd981 61bdfef1_4c77_f177_2d1a_f452f9d7a529["getProperty()"] fa6de724_885f_0a05_6b1b_5697fdfbd981 -->|calls| 61bdfef1_4c77_f177_2d1a_f452f9d7a529 style fa6de724_885f_0a05_6b1b_5697fdfbd981 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/logging/LoggingApplicationListenerTests.java lines 615–617
private String getSystemProperty(LoggingSystemProperty property) {
return System.getProperty(property.getEnvironmentVariableName());
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does getSystemProperty() do?
getSystemProperty() is a function in the spring-boot codebase.
What does getSystemProperty() call?
getSystemProperty() calls 1 function(s): getProperty.
What calls getSystemProperty()?
getSystemProperty() is called by 4 function(s): environmentPropertiesIgnoreUnresolvablePlaceholders, environmentPropertiesResolvePlaceholders, logFilePropertiesCanReferenceSystemProperties, systemPropertiesAreSetForLoggingConfiguration.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free