createConverter() — spring-boot Function Reference
Architecture documentation for the createConverter() function in ExtractorTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 88b12384_8cd2_5843_fe8d_41f55393fff0["createConverter()"] 6bec9dbb_1c84_ef52_e6ab_c394b25bab58["messageAndStackTraceWhenNoPrinterPrintsUsingLoggingSystem()"] 6bec9dbb_1c84_ef52_e6ab_c394b25bab58 -->|calls| 88b12384_8cd2_5843_fe8d_41f55393fff0 5f4008e4_d929_028e_5856_2ba94fc53aab["messageAndStackTraceWhenNoPrinterPrintsUsingPrinter()"] 5f4008e4_d929_028e_5856_2ba94fc53aab -->|calls| 88b12384_8cd2_5843_fe8d_41f55393fff0 5a9048a4_04e2_0c90_c93c_74ca8111974c["stackTraceWhenNoPrinterPrintsUsingFallback()"] 5a9048a4_04e2_0c90_c93c_74ca8111974c -->|calls| 88b12384_8cd2_5843_fe8d_41f55393fff0 285afd1a_be93_27bb_b237_b1e763c77034["stackTraceWhenNoPrinterPrintsUsingPrinter()"] 285afd1a_be93_27bb_b237_b1e763c77034 -->|calls| 88b12384_8cd2_5843_fe8d_41f55393fff0 style 88b12384_8cd2_5843_fe8d_41f55393fff0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/logging/logback/ExtractorTests.java lines 60–64
private ThrowableProxyConverter createConverter() {
ThrowableProxyConverter converter = new ThrowableProxyConverter();
converter.start();
return converter;
}
Domain
Subdomains
Called By
- messageAndStackTraceWhenNoPrinterPrintsUsingLoggingSystem()
- messageAndStackTraceWhenNoPrinterPrintsUsingPrinter()
- stackTraceWhenNoPrinterPrintsUsingFallback()
- stackTraceWhenNoPrinterPrintsUsingPrinter()
Source
Frequently Asked Questions
What does createConverter() do?
createConverter() is a function in the spring-boot codebase.
What calls createConverter()?
createConverter() is called by 4 function(s): messageAndStackTraceWhenNoPrinterPrintsUsingLoggingSystem, messageAndStackTraceWhenNoPrinterPrintsUsingPrinter, stackTraceWhenNoPrinterPrintsUsingFallback, stackTraceWhenNoPrinterPrintsUsingPrinter.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free