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

getApplicationMainClass() — spring-boot Function Reference

Architecture documentation for the getApplicationMainClass() function in ProcessAot.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  7c890ea9_1b17_9cc6_cf8d_efd5c8f2954b["getApplicationMainClass()"]
  41a48b81_3156_11bb_7023_cd90c2cb3988["registerProcessAotTask()"]
  41a48b81_3156_11bb_7023_cd90c2cb3988 -->|calls| 7c890ea9_1b17_9cc6_cf8d_efd5c8f2954b
  bc5288fd_d68b_112b_4368_c770e61db7bc["exec()"]
  bc5288fd_d68b_112b_4368_c770e61db7bc -->|calls| 7c890ea9_1b17_9cc6_cf8d_efd5c8f2954b
  style 7c890ea9_1b17_9cc6_cf8d_efd5c8f2954b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/aot/ProcessAot.java lines 45–46

	@Input
	public abstract Property<String> getApplicationMainClass();

Domain

Subdomains

Called By

Frequently Asked Questions

What does getApplicationMainClass() do?
getApplicationMainClass() is a function in the spring-boot codebase.
What calls getApplicationMainClass()?
getApplicationMainClass() is called by 2 function(s): exec, registerProcessAotTask.

Analyze Your Own Codebase

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

Try Supermodel Free