withDefaults() — spring-boot Function Reference
Architecture documentation for the withDefaults() function in GraylogExtendedLogFormatProperties.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 8d0ebb61_5055_40de_89dd_c58983886ee5["withDefaults()"] b2e89ea4_75c3_0a79_d346_8b7563277187["withDefaults()"] b2e89ea4_75c3_0a79_d346_8b7563277187 -->|calls| 8d0ebb61_5055_40de_89dd_c58983886ee5 b2e89ea4_75c3_0a79_d346_8b7563277187["withDefaults()"] 8d0ebb61_5055_40de_89dd_c58983886ee5 -->|calls| b2e89ea4_75c3_0a79_d346_8b7563277187 a616c67a_c483_0238_3ade_583a8d89637d["withFallbackProperty()"] 8d0ebb61_5055_40de_89dd_c58983886ee5 -->|calls| a616c67a_c483_0238_3ade_583a8d89637d style 8d0ebb61_5055_40de_89dd_c58983886ee5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/structured/GraylogExtendedLogFormatProperties.java lines 89–92
Service withDefaults(Environment environment) {
String version = withFallbackProperty(environment, this.version, "spring.application.version");
return new Service(version);
}
Domain
Subdomains
Calls
- withDefaults()
- withFallbackProperty()
Called By
Source
Frequently Asked Questions
What does withDefaults() do?
withDefaults() is a function in the spring-boot codebase.
What does withDefaults() call?
withDefaults() calls 2 function(s): withDefaults, withFallbackProperty.
What calls withDefaults()?
withDefaults() is called by 1 function(s): withDefaults.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free