withOption() — spring-boot Function Reference
Architecture documentation for the withOption() function in StandardStackTracePrinter.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD e274de1c_2ecd_7c10_6635_00033e990b91["withOption()"] aad3f8b3_a50a_c7f0_b89a_5a10bb8d9397["withCommonFrames()"] aad3f8b3_a50a_c7f0_b89a_5a10bb8d9397 -->|calls| e274de1c_2ecd_7c10_6635_00033e990b91 8f9b0f07_597b_707f_0d32_6f43a7b11b48["withoutSuppressed()"] 8f9b0f07_597b_707f_0d32_6f43a7b11b48 -->|calls| e274de1c_2ecd_7c10_6635_00033e990b91 de3e9d5f_f5e9_06c7_510a_d16736ba16b1["StandardStackTracePrinter()"] e274de1c_2ecd_7c10_6635_00033e990b91 -->|calls| de3e9d5f_f5e9_06c7_510a_d16736ba16b1 style e274de1c_2ecd_7c10_6635_00033e990b91 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/logging/StandardStackTracePrinter.java lines 281–286
private StandardStackTracePrinter withOption(Option option) {
EnumSet<Option> options = EnumSet.copyOf(this.options);
options.add(option);
return new StandardStackTracePrinter(options, this.maximumLength, this.lineSeparator, this.filter,
this.frameFilter, this.formatter, this.frameFormatter, this.frameHasher);
}
Domain
Subdomains
Called By
- withCommonFrames()
- withoutSuppressed()
Source
Frequently Asked Questions
What does withOption() do?
withOption() is a function in the spring-boot codebase.
What does withOption() call?
withOption() calls 1 function(s): StandardStackTracePrinter.
What calls withOption()?
withOption() is called by 2 function(s): withCommonFrames, withoutSuppressed.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free