TestStackTracePrinterCustomized() — spring-boot Function Reference
Architecture documentation for the TestStackTracePrinterCustomized() function in StructuredLoggingJsonPropertiesTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 5c3b7876_28b2_fcb6_1d60_066f78df816d["TestStackTracePrinterCustomized()"] 8b2426d8_2a17_7699_101c_8851e05bafc6["withMaximumLength()"] 5c3b7876_28b2_fcb6_1d60_066f78df816d -->|calls| 8b2426d8_2a17_7699_101c_8851e05bafc6 3b4e3b1e_1ae7_bebd_e898_27e5d1892b68["withLineSeparator()"] 5c3b7876_28b2_fcb6_1d60_066f78df816d -->|calls| 3b4e3b1e_1ae7_bebd_e898_27e5d1892b68 f38b4159_03a6_a7cb_778e_935724a73178["withFormatter()"] 5c3b7876_28b2_fcb6_1d60_066f78df816d -->|calls| f38b4159_03a6_a7cb_778e_935724a73178 style 5c3b7876_28b2_fcb6_1d60_066f78df816d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/logging/structured/StructuredLoggingJsonPropertiesTests.java lines 245–249
TestStackTracePrinterCustomized(StandardStackTracePrinter printer) {
this.printer = printer.withMaximumLength(40)
.withLineSeparator("!")
.withFormatter((throwable) -> ClassUtils.getShortName(throwable.getClass()) + throwable.getMessage());
}
Domain
Subdomains
Calls
- withFormatter()
- withLineSeparator()
- withMaximumLength()
Source
Frequently Asked Questions
What does TestStackTracePrinterCustomized() do?
TestStackTracePrinterCustomized() is a function in the spring-boot codebase.
What does TestStackTracePrinterCustomized() call?
TestStackTracePrinterCustomized() calls 3 function(s): withFormatter, withLineSeparator, withMaximumLength.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free