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

getResources() — spring-boot Function Reference

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

Function java GradlePlugin DslExtensions calls 1 called by 3

Entity Profile

Dependency Diagram

graph TD
  42a941f3_4d8d_9790_34a2_62b5749beeaf["getResources()"]
  caf6c11d_2e5c_c6c5_8ce1_94355ee2c14a["getResources()"]
  caf6c11d_2e5c_c6c5_8ce1_94355ee2c14a -->|calls| 42a941f3_4d8d_9790_34a2_62b5749beeaf
  bb6c4c47_adb1_0642_168f_64a9a9400b5f["loadWhenBindingClasspathPatternToResourceArrayShouldBindMultipleValues()"]
  bb6c4c47_adb1_0642_168f_64a9a9400b5f -->|calls| 42a941f3_4d8d_9790_34a2_62b5749beeaf
  e609f8b9_da6a_d083_f1aa_e688db0b9e85["loadWhenBindingClasspathPatternToResourceCollectionShouldBindMultipleValues()"]
  e609f8b9_da6a_d083_f1aa_e688db0b9e85 -->|calls| 42a941f3_4d8d_9790_34a2_62b5749beeaf
  caf6c11d_2e5c_c6c5_8ce1_94355ee2c14a["getResources()"]
  42a941f3_4d8d_9790_34a2_62b5749beeaf -->|calls| caf6c11d_2e5c_c6c5_8ce1_94355ee2c14a
  style 42a941f3_4d8d_9790_34a2_62b5749beeaf fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

		Resource @Nullable [] getResources() {
			return this.resources;
		}

Domain

Subdomains

Calls

  • getResources()

Called By

  • getResources()
  • loadWhenBindingClasspathPatternToResourceArrayShouldBindMultipleValues()
  • loadWhenBindingClasspathPatternToResourceCollectionShouldBindMultipleValues()

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free