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

bindExceptionDueToMapConversionFailure() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  48d73740_9f6b_5622_5ffd_9c1d661ba3b0["bindExceptionDueToMapConversionFailure()"]
  5ea58bee_36a0_0a67_3be2_94966b3d4680["performAnalysis()"]
  48d73740_9f6b_5622_5ffd_9c1d661ba3b0 -->|calls| 5ea58bee_36a0_0a67_3be2_94966b3d4680
  ebc7cdd4_21bc_3491_686c_090da262ca48["getDescription()"]
  48d73740_9f6b_5622_5ffd_9c1d661ba3b0 -->|calls| ebc7cdd4_21bc_3491_686c_090da262ca48
  21ae38f0_6b24_f70c_e876_97bb99d768d1["failure()"]
  48d73740_9f6b_5622_5ffd_9c1d661ba3b0 -->|calls| 21ae38f0_6b24_f70c_e876_97bb99d768d1
  style 48d73740_9f6b_5622_5ffd_9c1d661ba3b0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/diagnostics/analyzer/BindFailureAnalyzerTests.java lines 97–106

	@Test
	void bindExceptionDueToMapConversionFailure() {
		FailureAnalysis analysis = performAnalysis(LoggingLevelFailureConfiguration.class, "logging.level=debug");
		assertThat(analysis).isNotNull();
		assertThat(analysis.getDescription()).contains(failure("logging.level", "debug",
				"\"logging.level\" from property source \"test\"",
				"org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting "
						+ "from type [java.lang.String] to type [java.util.Map<java.lang.String, "
						+ "org.springframework.boot.logging.LogLevel>]"));
	}

Domain

Subdomains

Frequently Asked Questions

What does bindExceptionDueToMapConversionFailure() do?
bindExceptionDueToMapConversionFailure() is a function in the spring-boot codebase.
What does bindExceptionDueToMapConversionFailure() call?
bindExceptionDueToMapConversionFailure() 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