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

registerHintsWhenJavaBeanWithSeveralConstructors() — spring-boot Function Reference

Architecture documentation for the registerHintsWhenJavaBeanWithSeveralConstructors() function in BindableRuntimeHintsRegistrarTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  c8cfe083_7cc8_e8f8_a804_cc546fbd015a["registerHintsWhenJavaBeanWithSeveralConstructors()"]
  1f1ab86f_6320_aed2_3ca4_203719d9ba15["registerHints()"]
  c8cfe083_7cc8_e8f8_a804_cc546fbd015a -->|calls| 1f1ab86f_6320_aed2_3ca4_203719d9ba15
  1f8e6adf_e431_e24d_79c7_c3d95086b426["javaBeanBinding()"]
  c8cfe083_7cc8_e8f8_a804_cc546fbd015a -->|calls| 1f8e6adf_e431_e24d_79c7_c3d95086b426
  212030c4_d5ff_8985_f276_d2af87f81af1["constructor()"]
  c8cfe083_7cc8_e8f8_a804_cc546fbd015a -->|calls| 212030c4_d5ff_8985_f276_d2af87f81af1
  style c8cfe083_7cc8_e8f8_a804_cc546fbd015a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/properties/bind/BindableRuntimeHintsRegistrarTests.java lines 109–115

	@Test
	void registerHintsWhenJavaBeanWithSeveralConstructors() throws NoSuchMethodException {
		RuntimeHints runtimeHints = registerHints(WithSeveralConstructors.class);
		assertThat(runtimeHints.reflection().typeHints()).singleElement()
			.satisfies(javaBeanBinding(WithSeveralConstructors.class)
				.constructor(WithSeveralConstructors.class.getDeclaredConstructor()));
	}

Domain

Subdomains

Frequently Asked Questions

What does registerHintsWhenJavaBeanWithSeveralConstructors() do?
registerHintsWhenJavaBeanWithSeveralConstructors() is a function in the spring-boot codebase.
What does registerHintsWhenJavaBeanWithSeveralConstructors() call?
registerHintsWhenJavaBeanWithSeveralConstructors() calls 3 function(s): constructor, javaBeanBinding, registerHints.

Analyze Your Own Codebase

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

Try Supermodel Free