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

getValues() — spring-boot Function Reference

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

Function java GradlePlugin RunTasks calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  d3f98550_e539_9cdc_2b30_ba7dac7718ee["getValues()"]
  6f05527a_d2bb_392b_7a0a_be547b615a56["getValues()"]
  6f05527a_d2bb_392b_7a0a_be547b615a56 -->|calls| d3f98550_e539_9cdc_2b30_ba7dac7718ee
  297a9d23_a0d8_88a9_d8b5_30b51fea8b4a["bindToBeanWithExceptionInGetterForExistingValue()"]
  297a9d23_a0d8_88a9_d8b5_30b51fea8b4a -->|calls| d3f98550_e539_9cdc_2b30_ba7dac7718ee
  0b044e76_8081_9638_13d2_1c4ac8350947["bindToBeanWithEnumSetCollection()"]
  0b044e76_8081_9638_13d2_1c4ac8350947 -->|calls| d3f98550_e539_9cdc_2b30_ba7dac7718ee
  6f05527a_d2bb_392b_7a0a_be547b615a56["getValues()"]
  d3f98550_e539_9cdc_2b30_ba7dac7718ee -->|calls| 6f05527a_d2bb_392b_7a0a_be547b615a56
  style d3f98550_e539_9cdc_2b30_ba7dac7718ee fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/properties/bind/CollectionBinderTests.java lines 634–636

		@Nullable List<String> getValues() {
			return Collections.unmodifiableList(this.values);
		}

Domain

Subdomains

Calls

  • getValues()

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): bindToBeanWithEnumSetCollection, bindToBeanWithExceptionInGetterForExistingValue, getValues.

Analyze Your Own Codebase

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

Try Supermodel Free