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

setValue() — spring-boot Function Reference

Architecture documentation for the setValue() function in TaskExecutionAutoConfigurationTests.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  8989636a_782a_8030_5caa_6cd44ec529f1["setValue()"]
  e7ca871a_487b_ddc1_d847_4d3509da6fca["setValue()"]
  e7ca871a_487b_ddc1_d847_4d3509da6fca -->|calls| 8989636a_782a_8030_5caa_6cd44ec529f1
  e7ca871a_487b_ddc1_d847_4d3509da6fca["setValue()"]
  8989636a_782a_8030_5caa_6cd44ec529f1 -->|calls| e7ca871a_487b_ddc1_d847_4d3509da6fca
  08cd81a8_87ca_ce77_1148_b99274152116["reset()"]
  8989636a_782a_8030_5caa_6cd44ec529f1 -->|calls| 08cd81a8_87ca_ce77_1148_b99274152116
  style 8989636a_782a_8030_5caa_6cd44ec529f1 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 709–712

		@Override
		public void setValue(String value) {
			TestThreadLocalHolder.setValue(value);
		}

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free