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

bindToEnumSet() — spring-boot Function Reference

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

Function java GradlePlugin DslExtensions calls 3 called by 1

Entity Profile

Dependency Diagram

graph TD
  281dc443_32ad_ecce_c3a9_27f5693c7300["bindToEnumSet()"]
  75572de9_ebec_42bf_bc0c_3e5a40bff779["loadWhenUsingRelaxedFormsShouldBindToEnumSet()"]
  75572de9_ebec_42bf_bc0c_3e5a40bff779 -->|calls| 281dc443_32ad_ecce_c3a9_27f5693c7300
  bc8e0a74_bd5f_6660_c301_dd45b36e23d9["getTheValues()"]
  281dc443_32ad_ecce_c3a9_27f5693c7300 -->|calls| bc8e0a74_bd5f_6660_c301_dd45b36e23d9
  4fdbdd28_a367_b445_5d6f_fde7e86fd305["resetContext()"]
  281dc443_32ad_ecce_c3a9_27f5693c7300 -->|calls| 4fdbdd28_a367_b445_5d6f_fde7e86fd305
  05d207ba_cdfc_1f3b_359f_89b70a0aec4e["load()"]
  281dc443_32ad_ecce_c3a9_27f5693c7300 -->|calls| 05d207ba_cdfc_1f3b_359f_89b70a0aec4e
  style 281dc443_32ad_ecce_c3a9_27f5693c7300 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/properties/ConfigurationPropertiesTests.java lines 453–458

	private void bindToEnumSet(String inlinedProperty, FooEnum... expected) {
		load(WithEnumProperties.class, inlinedProperty);
		WithEnumProperties bean = this.context.getBean(WithEnumProperties.class);
		assertThat(bean.getTheValues()).contains(expected);
		resetContext();
	}

Domain

Subdomains

Calls

Called By

  • loadWhenUsingRelaxedFormsShouldBindToEnumSet()

Frequently Asked Questions

What does bindToEnumSet() do?
bindToEnumSet() is a function in the spring-boot codebase.
What does bindToEnumSet() call?
bindToEnumSet() calls 3 function(s): getTheValues, load, resetContext.
What calls bindToEnumSet()?
bindToEnumSet() is called by 1 function(s): loadWhenUsingRelaxedFormsShouldBindToEnumSet.

Analyze Your Own Codebase

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

Try Supermodel Free