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

propertiesWithConstructorWithConstructorBinding() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  13e1c783_1760_1736_b0ce_42f1593b7af0["propertiesWithConstructorWithConstructorBinding()"]
  66103d60_0fad_13e9_de3e_dfbd59eaeb04["propertyNames()"]
  13e1c783_1760_1736_b0ce_42f1593b7af0 -->|calls| 66103d60_0fad_13e9_de3e_dfbd59eaeb04
  e8e0d244_82c9_f544_8998_2e1451a2c093["properties()"]
  13e1c783_1760_1736_b0ce_42f1593b7af0 -->|calls| e8e0d244_82c9_f544_8998_2e1451a2c093
  a4f4ab02_42d2_c71a_bb8d_9e7f17bdd640["process()"]
  13e1c783_1760_1736_b0ce_42f1593b7af0 -->|calls| a4f4ab02_42d2_c71a_bb8d_9e7f17bdd640
  style 13e1c783_1760_1736_b0ce_42f1593b7af0 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 127–133

	@Test
	void propertiesWithConstructorWithConstructorBinding() {
		process(ImmutableSimpleProperties.class, propertyNames(
				(stream) -> assertThat(stream).containsExactly("theName", "flag", "comparator", "counter")));
		process(ImmutableSimpleProperties.class, properties((stream) -> assertThat(stream).isNotEmpty()
			.allMatch((predicate) -> predicate instanceof ConstructorParameterPropertyDescriptor)));
	}

Domain

Subdomains

Frequently Asked Questions

What does propertiesWithConstructorWithConstructorBinding() do?
propertiesWithConstructorWithConstructorBinding() is a function in the spring-boot codebase.
What does propertiesWithConstructorWithConstructorBinding() call?
propertiesWithConstructorWithConstructorBinding() 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