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

sourceHintIsMergedWithConfigurationProperties() — spring-boot Function Reference

Architecture documentation for the sourceHintIsMergedWithConfigurationProperties() function in ConfigurationMetadataAnnotationProcessorTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  1388faf1_e0ff_8b0c_ef20_40aa1531199e["sourceHintIsMergedWithConfigurationProperties()"]
  4e7738f0_ea94_abd8_5384_e7be1344cace["compile()"]
  1388faf1_e0ff_8b0c_ef20_40aa1531199e -->|calls| 4e7738f0_ea94_abd8_5384_e7be1344cace
  3e16447d_1507_5130_db83_3555c87b4c39["withHint()"]
  1388faf1_e0ff_8b0c_ef20_40aa1531199e -->|calls| 3e16447d_1507_5130_db83_3555c87b4c39
  4b61c8e3_26fd_ba33_03bc_d518465e0979["withValue()"]
  1388faf1_e0ff_8b0c_ef20_40aa1531199e -->|calls| 4b61c8e3_26fd_ba33_03bc_d518465e0979
  style 1388faf1_e0ff_8b0c_ef20_40aa1531199e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

configuration-metadata/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/ConfigurationMetadataAnnotationProcessorTests.java lines 718–725

		@Test
		void sourceHintIsMergedWithConfigurationProperties() {
			ConfigurationMetadata metadata = compile(ParentWithHintProperties.class);
			assertThat(metadata).has(Metadata.withHint("example.type")
				.withValue(0, "auto", "Detect the type automatically.")
				.withValue(1, "single", "Single type.")
				.withValue(2, "multi", "Multi type."));
		}

Domain

Subdomains

Frequently Asked Questions

What does sourceHintIsMergedWithConfigurationProperties() do?
sourceHintIsMergedWithConfigurationProperties() is a function in the spring-boot codebase.
What does sourceHintIsMergedWithConfigurationProperties() call?
sourceHintIsMergedWithConfigurationProperties() calls 3 function(s): compile, withHint, withValue.

Analyze Your Own Codebase

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

Try Supermodel Free