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

getValues() — spring-boot Function Reference

Architecture documentation for the getValues() function in ConfigurationPropertiesTests.java from the spring-boot codebase.

Function java GradlePlugin AotProcessing calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  3a3d2803_97bc_d270_619d_b8d3f056345a["getValues()"]
  dfd1a19e_6514_7222_f4c3_c4c4bef95521["getValues()"]
  dfd1a19e_6514_7222_f4c3_c4c4bef95521 -->|calls| 3a3d2803_97bc_d270_619d_b8d3f056345a
  575eb13d_c589_2b21_0729_6935e8ab1f46["loadWhenBindingToConstructorParametersWithConversionToCustomListImplementation()"]
  575eb13d_c589_2b21_0729_6935e8ab1f46 -->|calls| 3a3d2803_97bc_d270_619d_b8d3f056345a
  e0bf888f_bcf5_8a49_ec04_2dcc18804167["loadWhenBindingToJavaBeanWithConversionToCustomListImplementation()"]
  e0bf888f_bcf5_8a49_ec04_2dcc18804167 -->|calls| 3a3d2803_97bc_d270_619d_b8d3f056345a
  dfd1a19e_6514_7222_f4c3_c4c4bef95521["getValues()"]
  3a3d2803_97bc_d270_619d_b8d3f056345a -->|calls| dfd1a19e_6514_7222_f4c3_c4c4bef95521
  style 3a3d2803_97bc_d270_619d_b8d3f056345a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/properties/ConfigurationPropertiesTests.java lines 3332–3334

		CustomList<String> getValues() {
			return this.values;
		}

Domain

Subdomains

Calls

  • getValues()

Called By

  • getValues()
  • loadWhenBindingToConstructorParametersWithConversionToCustomListImplementation()
  • loadWhenBindingToJavaBeanWithConversionToCustomListImplementation()

Frequently Asked Questions

What does getValues() do?
getValues() is a function in the spring-boot codebase.
What does getValues() call?
getValues() calls 1 function(s): getValues.
What calls getValues()?
getValues() is called by 3 function(s): getValues, loadWhenBindingToConstructorParametersWithConversionToCustomListImplementation, loadWhenBindingToJavaBeanWithConversionToCustomListImplementation.

Analyze Your Own Codebase

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

Try Supermodel Free