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

build() — spring-boot Function Reference

Architecture documentation for the build() function in ThreadPoolTaskExecutorBuilder.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  2693ec00_fa76_9dbf_6f28_f0467ede6af3["build()"]
  798543a1_e2a6_4404_1952_193b06e1e437["threadPoolTaskExecutorBuilderShouldUseTaskDecorator()"]
  798543a1_e2a6_4404_1952_193b06e1e437 -->|calls| 2693ec00_fa76_9dbf_6f28_f0467ede6af3
  72029f94_190d_91d2_fdb2_210849755ba5["threadPoolTaskExecutorBuilderShouldUseCompositeTaskDecorator()"]
  72029f94_190d_91d2_fdb2_210849755ba5 -->|calls| 2693ec00_fa76_9dbf_6f28_f0467ede6af3
  519acd50_7122_b7fc_0f7a_8a9a90e71f8e["configure()"]
  2693ec00_fa76_9dbf_6f28_f0467ede6af3 -->|calls| 519acd50_7122_b7fc_0f7a_8a9a90e71f8e
  style 2693ec00_fa76_9dbf_6f28_f0467ede6af3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/task/ThreadPoolTaskExecutorBuilder.java lines 301–303

	public ThreadPoolTaskExecutor build() {
		return configure(new ThreadPoolTaskExecutor());
	}

Domain

Subdomains

Calls

Called By

  • threadPoolTaskExecutorBuilderShouldUseCompositeTaskDecorator()
  • threadPoolTaskExecutorBuilderShouldUseTaskDecorator()

Frequently Asked Questions

What does build() do?
build() is a function in the spring-boot codebase.
What does build() call?
build() calls 1 function(s): configure.
What calls build()?
build() is called by 2 function(s): threadPoolTaskExecutorBuilderShouldUseCompositeTaskDecorator, threadPoolTaskExecutorBuilderShouldUseTaskDecorator.

Analyze Your Own Codebase

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

Try Supermodel Free