setValue() — spring-boot Function Reference
Architecture documentation for the setValue() function in TaskExecutionAutoConfigurationTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD e7ca871a_487b_ddc1_d847_4d3509da6fca["setValue()"] 8989636a_782a_8030_5caa_6cd44ec529f1["setValue()"] 8989636a_782a_8030_5caa_6cd44ec529f1 -->|calls| e7ca871a_487b_ddc1_d847_4d3509da6fca ce6e38b3_6572_3290_d9a2_90795e510668["asyncTaskExecutorShouldNotNotRegisterContextPropagatingTaskDecoratorByDefault()"] ce6e38b3_6572_3290_d9a2_90795e510668 -->|calls| e7ca871a_487b_ddc1_d847_4d3509da6fca f439feb7_f153_72c1_a5f5_d65894ca8a1c["asyncTaskExecutorWhenContextPropagationIsEnabledShouldRegisterBean()"] f439feb7_f153_72c1_a5f5_d65894ca8a1c -->|calls| e7ca871a_487b_ddc1_d847_4d3509da6fca 8989636a_782a_8030_5caa_6cd44ec529f1["setValue()"] e7ca871a_487b_ddc1_d847_4d3509da6fca -->|calls| 8989636a_782a_8030_5caa_6cd44ec529f1 style e7ca871a_487b_ddc1_d847_4d3509da6fca fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/task/TaskExecutionAutoConfigurationTests.java lines 681–683
static void setValue(String value) {
holder.set(value);
}
Domain
Subdomains
Calls
Called By
- asyncTaskExecutorShouldNotNotRegisterContextPropagatingTaskDecoratorByDefault()
- asyncTaskExecutorWhenContextPropagationIsEnabledShouldRegisterBean()
- setValue()
Source
Frequently Asked Questions
What does setValue() do?
setValue() is a function in the spring-boot codebase.
What does setValue() call?
setValue() calls 1 function(s): setValue.
What calls setValue()?
setValue() is called by 3 function(s): asyncTaskExecutorShouldNotNotRegisterContextPropagatingTaskDecoratorByDefault, asyncTaskExecutorWhenContextPropagationIsEnabledShouldRegisterBean, setValue.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free