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

propertiesWithMultiConstructor() — spring-boot Function Reference

Architecture documentation for the propertiesWithMultiConstructor() function in PropertyDescriptorResolverTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  6e4259f6_d8f8_b0c1_c52d_d947e15fee9f["propertiesWithMultiConstructor()"]
  66103d60_0fad_13e9_de3e_dfbd59eaeb04["propertyNames()"]
  6e4259f6_d8f8_b0c1_c52d_d947e15fee9f -->|calls| 66103d60_0fad_13e9_de3e_dfbd59eaeb04
  e8e0d244_82c9_f544_8998_2e1451a2c093["properties()"]
  6e4259f6_d8f8_b0c1_c52d_d947e15fee9f -->|calls| e8e0d244_82c9_f544_8998_2e1451a2c093
  a4f4ab02_42d2_c71a_bb8d_9e7f17bdd640["process()"]
  6e4259f6_d8f8_b0c1_c52d_d947e15fee9f -->|calls| a4f4ab02_42d2_c71a_bb8d_9e7f17bdd640
  style 6e4259f6_d8f8_b0c1_c52d_d947e15fee9f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/PropertyDescriptorResolverTests.java lines 150–156

	@Test
	void propertiesWithMultiConstructor() {
		process(ImmutableMultiConstructorProperties.class,
				propertyNames((stream) -> assertThat(stream).containsExactly("name", "description")));
		process(ImmutableMultiConstructorProperties.class, properties((stream) -> assertThat(stream).isNotEmpty()
			.allMatch((predicate) -> predicate instanceof ConstructorParameterPropertyDescriptor)));
	}

Domain

Subdomains

Frequently Asked Questions

What does propertiesWithMultiConstructor() do?
propertiesWithMultiConstructor() is a function in the spring-boot codebase.
What does propertiesWithMultiConstructor() call?
propertiesWithMultiConstructor() calls 3 function(s): process, properties, propertyNames.

Analyze Your Own Codebase

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

Try Supermodel Free