Home / Function/ hasOption() — spring-boot Function Reference

hasOption() — spring-boot Function Reference

Architecture documentation for the hasOption() function in StandardStackTracePrinter.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  c2dcaed2_c1b6_e419_112a_517658f69e3f["hasOption()"]
  71298ea1_aca8_3c91_d626_ab341c3a02f4["printFullStackTrace()"]
  71298ea1_aca8_3c91_d626_ab341c3a02f4 -->|calls| c2dcaed2_c1b6_e419_112a_517658f69e3f
  73898de1_d47e_badf_237e_a5abba45c416["printSingleStackTrace()"]
  73898de1_d47e_badf_237e_a5abba45c416 -->|calls| c2dcaed2_c1b6_e419_112a_517658f69e3f
  b883e2dd_307c_55f6_ce0c_0f696467360d["printFrames()"]
  b883e2dd_307c_55f6_ce0c_0f696467360d -->|calls| c2dcaed2_c1b6_e419_112a_517658f69e3f
  style c2dcaed2_c1b6_e419_112a_517658f69e3f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/logging/StandardStackTracePrinter.java lines 288–290

	private boolean hasOption(Option option) {
		return this.options.contains(option);
	}

Domain

Subdomains

Frequently Asked Questions

What does hasOption() do?
hasOption() is a function in the spring-boot codebase.
What calls hasOption()?
hasOption() is called by 3 function(s): printFrames, printFullStackTrace, printSingleStackTrace.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free