applySystemProperties() — spring-boot Function Reference
Architecture documentation for the applySystemProperties() function in AbstractLoggingSystem.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 3161e68f_7653_889d_8e48_3167c6148b62["applySystemProperties()"] 1713cec4_0f07_a26a_cf7f_ab9b57549a5a["load()"] 1713cec4_0f07_a26a_cf7f_ab9b57549a5a -->|calls| 3161e68f_7653_889d_8e48_3167c6148b62 7d5d754c_bca4_3cde_00f3_cbf533d9a055["initializeFromAotGeneratedArtifactsIfPossible()"] 7d5d754c_bca4_3cde_00f3_cbf533d9a055 -->|calls| 3161e68f_7653_889d_8e48_3167c6148b62 cafc9a8c_e23a_b8c4_5c44_2f02f0d89617["loadConfiguration()"] cafc9a8c_e23a_b8c4_5c44_2f02f0d89617 -->|calls| 3161e68f_7653_889d_8e48_3167c6148b62 8f662307_8c4e_3f0c_c026_0b74de036dae["getDefaultValueResolver()"] 3161e68f_7653_889d_8e48_3167c6148b62 -->|calls| 8f662307_8c4e_3f0c_c026_0b74de036dae style 3161e68f_7653_889d_8e48_3167c6148b62 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/AbstractLoggingSystem.java lines 182–184
protected final void applySystemProperties(Environment environment, @Nullable LogFile logFile) {
new LoggingSystemProperties(environment, getDefaultValueResolver(environment), null).apply(logFile);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does applySystemProperties() do?
applySystemProperties() is a function in the spring-boot codebase.
What does applySystemProperties() call?
applySystemProperties() calls 1 function(s): getDefaultValueResolver.
What calls applySystemProperties()?
applySystemProperties() is called by 3 function(s): initializeFromAotGeneratedArtifactsIfPossible, load, loadConfiguration.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free