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

getParser() — spring-boot Function Reference

Architecture documentation for the getParser() function in OptionHandler.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 4

Entity Profile

Dependency Diagram

graph TD
  b6d37865_5032_0d6c_4308_ed886521baa8["getParser()"]
  a6dc86e5_eff8_52b5_97cf_7be58ac8b305["option()"]
  a6dc86e5_eff8_52b5_97cf_7be58ac8b305 -->|calls| b6d37865_5032_0d6c_4308_ed886521baa8
  6d62efc4_2b30_b980_aadc_f8e754508046["run()"]
  6d62efc4_2b30_b980_aadc_f8e754508046 -->|calls| b6d37865_5032_0d6c_4308_ed886521baa8
  ea03572a_8b85_ca35_f3b9_f638094d77cb["getHelp()"]
  ea03572a_8b85_ca35_f3b9_f638094d77cb -->|calls| b6d37865_5032_0d6c_4308_ed886521baa8
  b1f527e4_cacd_61b3_b29c_ffa9e2c6a75a["getOptionsHelp()"]
  b1f527e4_cacd_61b3_b29c_ffa9e2c6a75a -->|calls| b6d37865_5032_0d6c_4308_ed886521baa8
  72c188a0_4103_8650_a18d_d0e58bae59e0["options()"]
  b6d37865_5032_0d6c_4308_ed886521baa8 -->|calls| 72c188a0_4103_8650_a18d_d0e58bae59e0
  style b6d37865_5032_0d6c_4308_ed886521baa8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

cli/spring-boot-cli/src/main/java/org/springframework/boot/cli/command/options/OptionHandler.java lines 86–92

	public OptionParser getParser() {
		if (this.parser == null) {
			this.parser = new OptionParser();
			options();
		}
		return this.parser;
	}

Domain

Subdomains

Calls

Frequently Asked Questions

What does getParser() do?
getParser() is a function in the spring-boot codebase.
What does getParser() call?
getParser() calls 1 function(s): options.
What calls getParser()?
getParser() is called by 4 function(s): getHelp, getOptionsHelp, option, run.

Analyze Your Own Codebase

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

Try Supermodel Free