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

createSimpleCollector() — spring-boot Function Reference

Architecture documentation for the createSimpleCollector() function in MetadataCollectorTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  c04718c1_4f96_61c9_8fb3_d6e3b5819110["createSimpleCollector()"]
  ee858d0b_b2c6_8242_0135_0b43e40b154e["addSingleItemMetadata()"]
  ee858d0b_b2c6_8242_0135_0b43e40b154e -->|calls| c04718c1_4f96_61c9_8fb3_d6e3b5819110
  50ec01fe_3082_0cf7_5591_d17d973740ef["addIfAbsentAddsPropertyIfItDoesNotExist()"]
  50ec01fe_3082_0cf7_5591_d17d973740ef -->|calls| c04718c1_4f96_61c9_8fb3_d6e3b5819110
  f2414eaf_c405_e3bc_0fb3_d5780d9383e8["addIfAbsentIgnoresExistingProperty()"]
  f2414eaf_c405_e3bc_0fb3_d5780d9383e8 -->|calls| c04718c1_4f96_61c9_8fb3_d6e3b5819110
  8e2f6f13_f764_705f_15cc_48b96387f214["addNewMetadataDoesNotInvokeConflictResolution()"]
  8e2f6f13_f764_705f_15cc_48b96387f214 -->|calls| c04718c1_4f96_61c9_8fb3_d6e3b5819110
  20a2f7be_64e6_43b4_9f4e_48583b6380b9["addMetadataWithExistingInstanceInvokesConflictResolution()"]
  20a2f7be_64e6_43b4_9f4e_48583b6380b9 -->|calls| c04718c1_4f96_61c9_8fb3_d6e3b5819110
  f7dc4b88_77b3_243d_3288_387c4650f304["addSingleItemHint()"]
  f7dc4b88_77b3_243d_3288_387c4650f304 -->|calls| c04718c1_4f96_61c9_8fb3_d6e3b5819110
  style c04718c1_4f96_61c9_8fb3_d6e3b5819110 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

	private MetadataCollector createSimpleCollector() {
		return new MetadataCollector(NO_MERGE, null);
	}

Domain

Subdomains

Frequently Asked Questions

What does createSimpleCollector() do?
createSimpleCollector() is a function in the spring-boot codebase.
What calls createSimpleCollector()?
createSimpleCollector() is called by 6 function(s): addIfAbsentAddsPropertyIfItDoesNotExist, addIfAbsentIgnoresExistingProperty, addMetadataWithExistingInstanceInvokesConflictResolution, addNewMetadataDoesNotInvokeConflictResolution, addSingleItemHint, addSingleItemMetadata.

Analyze Your Own Codebase

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

Try Supermodel Free