bindExceptionDueToUnboundElements() — spring-boot Function Reference
Architecture documentation for the bindExceptionDueToUnboundElements() function in UnboundConfigurationPropertyFailureAnalyzerTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD bc95d89a_b6d4_7804_929c_9b7aff96d31a["bindExceptionDueToUnboundElements()"] 48255258_e1c0_d14f_6d1c_95e6673231d5["performAnalysis()"] bc95d89a_b6d4_7804_929c_9b7aff96d31a -->|calls| 48255258_e1c0_d14f_6d1c_95e6673231d5 ebc7cdd4_21bc_3491_686c_090da262ca48["getDescription()"] bc95d89a_b6d4_7804_929c_9b7aff96d31a -->|calls| ebc7cdd4_21bc_3491_686c_090da262ca48 9c005205_324a_43cd_c63b_f56995330417["failure()"] bc95d89a_b6d4_7804_929c_9b7aff96d31a -->|calls| 9c005205_324a_43cd_c63b_f56995330417 style bc95d89a_b6d4_7804_929c_9b7aff96d31a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/diagnostics/analyzer/UnboundConfigurationPropertyFailureAnalyzerTests.java lines 57–64
@Test
void bindExceptionDueToUnboundElements() {
FailureAnalysis analysis = performAnalysis(UnboundElementsFailureConfiguration.class,
"test.foo.listValue[0]=hello", "test.foo.listValue[2]=world");
assertThat(analysis.getDescription()).contains(
failure("test.foo.listvalue[2]", "world", "\"test.foo.listValue[2]\" from property source \"test\"",
"The elements [test.foo.listvalue[2]] were left unbound."));
}
Domain
Subdomains
Calls
- failure()
- getDescription()
- performAnalysis()
Source
Frequently Asked Questions
What does bindExceptionDueToUnboundElements() do?
bindExceptionDueToUnboundElements() is a function in the spring-boot codebase.
What does bindExceptionDueToUnboundElements() call?
bindExceptionDueToUnboundElements() calls 3 function(s): failure, getDescription, performAnalysis.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free