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

getDescriptors() — spring-boot Function Reference

Architecture documentation for the getDescriptors() function in MutuallyExclusiveConfigurationPropertiesFailureAnalyzer.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  02b5762c_efac_93f7_feaa_4039544caa7d["getDescriptors()"]
  65bdb272_af5b_d572_e9d8_225b1f0798da["analyze()"]
  65bdb272_af5b_d572_e9d8_225b1f0798da -->|calls| 02b5762c_efac_93f7_feaa_4039544caa7d
  3163a1f5_a129_de49_a5e5_d162b89ec756["getPropertySources()"]
  02b5762c_efac_93f7_feaa_4039544caa7d -->|calls| 3163a1f5_a129_de49_a5e5_d162b89ec756
  b9ec69f2_02a8_0901_fa2a_c4ce3efc4e5b["get()"]
  02b5762c_efac_93f7_feaa_4039544caa7d -->|calls| b9ec69f2_02a8_0901_fa2a_c4ce3efc4e5b
  style 02b5762c_efac_93f7_feaa_4039544caa7d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/diagnostics/analyzer/MutuallyExclusiveConfigurationPropertiesFailureAnalyzer.java lines 75–79

	private List<Descriptor> getDescriptors(String propertyName) {
		return getPropertySources().filter((source) -> source.containsProperty(propertyName))
			.map((source) -> Descriptor.get(source, propertyName))
			.toList();
	}

Domain

Subdomains

Calls

  • get()
  • getPropertySources()

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free