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

properties() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  e8e0d244_82c9_f544_8998_2e1451a2c093["properties()"]
  72266246_dbcd_a10e_3a67_2dfa8c4ec442["propertiesWithDeducedConstructorBinding()"]
  72266246_dbcd_a10e_3a67_2dfa8c4ec442 -->|calls| e8e0d244_82c9_f544_8998_2e1451a2c093
  13e1c783_1760_1736_b0ce_42f1593b7af0["propertiesWithConstructorWithConstructorBinding()"]
  13e1c783_1760_1736_b0ce_42f1593b7af0 -->|calls| e8e0d244_82c9_f544_8998_2e1451a2c093
  a5220011_f6bf_16bf_6ce5_f933adf226a0["propertiesWithConstructorAndClassConstructorBinding()"]
  a5220011_f6bf_16bf_6ce5_f933adf226a0 -->|calls| e8e0d244_82c9_f544_8998_2e1451a2c093
  e41e3f7c_b000_53d9_0f54_462d7fdad2a9["propertiesWithAutowiredConstructor()"]
  e41e3f7c_b000_53d9_0f54_462d7fdad2a9 -->|calls| e8e0d244_82c9_f544_8998_2e1451a2c093
  6e4259f6_d8f8_b0c1_c52d_d947e15fee9f["propertiesWithMultiConstructor()"]
  6e4259f6_d8f8_b0c1_c52d_d947e15fee9f -->|calls| e8e0d244_82c9_f544_8998_2e1451a2c093
  84fefee1_f897_2c35_e9c7_0a07a7d50cc7["propertiesWithMultiConstructorNoDirective()"]
  84fefee1_f897_2c35_e9c7_0a07a7d50cc7 -->|calls| e8e0d244_82c9_f544_8998_2e1451a2c093
  66103d60_0fad_13e9_de3e_dfbd59eaeb04["propertyNames()"]
  66103d60_0fad_13e9_de3e_dfbd59eaeb04 -->|calls| e8e0d244_82c9_f544_8998_2e1451a2c093
  style e8e0d244_82c9_f544_8998_2e1451a2c093 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 189–195

	private BiConsumer<TypeElement, MetadataGenerationEnvironment> properties(
			Consumer<Stream<PropertyDescriptor>> stream) {
		return (element, metadataEnv) -> {
			PropertyDescriptorResolver resolver = new PropertyDescriptorResolver(metadataEnv);
			stream.accept(resolver.resolve(element, null));
		};
	}

Domain

Subdomains

Frequently Asked Questions

What does properties() do?
properties() is a function in the spring-boot codebase.
What calls properties()?
properties() is called by 7 function(s): propertiesWithAutowiredConstructor, propertiesWithConstructorAndClassConstructorBinding, propertiesWithConstructorWithConstructorBinding, propertiesWithDeducedConstructorBinding, propertiesWithMultiConstructor, propertiesWithMultiConstructorNoDirective, propertyNames.

Analyze Your Own Codebase

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

Try Supermodel Free