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

bindToJavaBeanWithPublicConstructor() — spring-boot Function Reference

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

Function java GradlePlugin DslExtensions calls 5 called by 1

Entity Profile

Dependency Diagram

graph TD
  65d17320_52a3_60c1_42df_d4e2e6f4fe41["bindToJavaBeanWithPublicConstructor()"]
  e349783f_320c_abac_a514_f3cbf92a0d8d["bindToJavaBeanWithPublicConstructorWhenHasBindRestriction()"]
  e349783f_320c_abac_a514_f3cbf92a0d8d -->|calls| 65d17320_52a3_60c1_42df_d4e2e6f4fe41
  76576a77_87f7_3680_8561_2923813db3c1["of()"]
  65d17320_52a3_60c1_42df_d4e2e6f4fe41 -->|calls| 76576a77_87f7_3680_8561_2923813db3c1
  dec6e978_683d_a8e4_7ae5_e3e729d3253e["MockConfigurationPropertySource()"]
  65d17320_52a3_60c1_42df_d4e2e6f4fe41 -->|calls| dec6e978_683d_a8e4_7ae5_e3e729d3253e
  725e97d2_341b_6665_84bc_9206c7185c54["put()"]
  65d17320_52a3_60c1_42df_d4e2e6f4fe41 -->|calls| 725e97d2_341b_6665_84bc_9206c7185c54
  7ed947bf_22a1_2781_a2ae_759aa1907445["add()"]
  65d17320_52a3_60c1_42df_d4e2e6f4fe41 -->|calls| 7ed947bf_22a1_2781_a2ae_759aa1907445
  44f9a833_55c3_3087_540c_65a04b97a268["getValue()"]
  65d17320_52a3_60c1_42df_d4e2e6f4fe41 -->|calls| 44f9a833_55c3_3087_540c_65a04b97a268
  style 65d17320_52a3_60c1_42df_d4e2e6f4fe41 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/properties/bind/BinderTests.java lines 347–352

	@Test
	void bindToJavaBeanWithPublicConstructor() {
		Bindable<JavaBeanWithPublicConstructor> bindable = Bindable.of(JavaBeanWithPublicConstructor.class);
		JavaBeanWithPublicConstructor result = bindToJavaBeanWithPublicConstructor(bindable);
		assertThat(result.getValue()).isEqualTo("constructor");
	}

Domain

Subdomains

Frequently Asked Questions

What does bindToJavaBeanWithPublicConstructor() do?
bindToJavaBeanWithPublicConstructor() is a function in the spring-boot codebase.
What does bindToJavaBeanWithPublicConstructor() call?
bindToJavaBeanWithPublicConstructor() calls 5 function(s): MockConfigurationPropertySource, add, getValue, of, put.
What calls bindToJavaBeanWithPublicConstructor()?
bindToJavaBeanWithPublicConstructor() is called by 1 function(s): bindToJavaBeanWithPublicConstructorWhenHasBindRestriction.

Analyze Your Own Codebase

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

Try Supermodel Free