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

UnboundConfigurationPropertiesException() — spring-boot Function Reference

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

Function java GradlePlugin RunTasks calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  0b5d0449_5445_7de7_ad0c_91f9f3734cb6["UnboundConfigurationPropertiesException()"]
  c4e16c6c_3bb7_ad0e_07c2_8b059f8a464e["checkNoUnboundElements()"]
  c4e16c6c_3bb7_ad0e_07c2_8b059f8a464e -->|calls| 0b5d0449_5445_7de7_ad0c_91f9f3734cb6
  5c0d5c50_eb2a_0689_6ef5_b155f78fa001["buildMessage()"]
  0b5d0449_5445_7de7_ad0c_91f9f3734cb6 -->|calls| 5c0d5c50_eb2a_0689_6ef5_b155f78fa001
  style 0b5d0449_5445_7de7_ad0c_91f9f3734cb6 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/UnboundConfigurationPropertiesException.java lines 38–41

	public UnboundConfigurationPropertiesException(Set<ConfigurationProperty> unboundProperties) {
		super(buildMessage(unboundProperties));
		this.unboundProperties = Collections.unmodifiableSet(unboundProperties);
	}

Domain

Subdomains

Frequently Asked Questions

What does UnboundConfigurationPropertiesException() do?
UnboundConfigurationPropertiesException() is a function in the spring-boot codebase.
What does UnboundConfigurationPropertiesException() call?
UnboundConfigurationPropertiesException() calls 1 function(s): buildMessage.
What calls UnboundConfigurationPropertiesException()?
UnboundConfigurationPropertiesException() is called by 1 function(s): checkNoUnboundElements.

Analyze Your Own Codebase

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

Try Supermodel Free