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

bindToMapWithNoConverterForValue() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  7bcb0a9d_ae7a_4a44_8b29_13ac770e42b1["bindToMapWithNoConverterForValue()"]
  dec6e978_683d_a8e4_7ae5_e3e729d3253e["MockConfigurationPropertySource()"]
  7bcb0a9d_ae7a_4a44_8b29_13ac770e42b1 -->|calls| dec6e978_683d_a8e4_7ae5_e3e729d3253e
  7ed947bf_22a1_2781_a2ae_759aa1907445["add()"]
  7bcb0a9d_ae7a_4a44_8b29_13ac770e42b1 -->|calls| 7ed947bf_22a1_2781_a2ae_759aa1907445
  4fef258c_a2a4_d498_7bd8_31a7595265f6["put()"]
  7bcb0a9d_ae7a_4a44_8b29_13ac770e42b1 -->|calls| 4fef258c_a2a4_d498_7bd8_31a7595265f6
  style 7bcb0a9d_ae7a_4a44_8b29_13ac770e42b1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/properties/bind/MapBinderTests.java lines 542–548

	@Test
	void bindToMapWithNoConverterForValue() {
		MockConfigurationPropertySource source = new MockConfigurationPropertySource();
		source.put("foo", "a,b");
		this.sources.add(source);
		assertThatExceptionOfType(BindException.class).isThrownBy(() -> this.binder.bind("foo", STRING_STRING_MAP));
	}

Domain

Subdomains

Frequently Asked Questions

What does bindToMapWithNoConverterForValue() do?
bindToMapWithNoConverterForValue() is a function in the spring-boot codebase.
What does bindToMapWithNoConverterForValue() call?
bindToMapWithNoConverterForValue() calls 3 function(s): MockConfigurationPropertySource, add, put.

Analyze Your Own Codebase

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

Try Supermodel Free