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

createBoundImportContributor() — spring-boot Function Reference

Architecture documentation for the createBoundImportContributor() function in ConfigDataEnvironmentContributorsTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  bbaa3361_4374_8f1b_b1b8_7754bae606f4["createBoundImportContributor()"]
  f7de11b3_7192_841c_ae30_352ea186ecfe["getBinderWhenHasMultipleSourcesPicksFirst()"]
  f7de11b3_7192_841c_ae30_352ea186ecfe -->|calls| bbaa3361_4374_8f1b_b1b8_7754bae606f4
  f980bcb0_8cad_0e4f_bdca_e5bd58cac53e["getBinderWhenHasInactiveIgnoresInactive()"]
  f980bcb0_8cad_0e4f_bdca_e5bd58cac53e -->|calls| bbaa3361_4374_8f1b_b1b8_7754bae606f4
  ca877a6e_be4a_e1ab_5e3d_0e11ba2a8b38["getBinderWhenHasPlaceholderAndInactiveResolvesPlaceholderOnlyFromActive()"]
  ca877a6e_be4a_e1ab_5e3d_0e11ba2a8b38 -->|calls| bbaa3361_4374_8f1b_b1b8_7754bae606f4
  bedd59c6_58da_cc21_25b9_544d10e00092["getBinderWhenFailOnBindToInactiveSourceWithFirstInactiveThrowsException()"]
  bedd59c6_58da_cc21_25b9_544d10e00092 -->|calls| bbaa3361_4374_8f1b_b1b8_7754bae606f4
  330fa13f_96aa_5909_d7d1_70503caa24d1["getBinderWhenFailOnBindToInactiveSourceWithLastInactiveThrowsException()"]
  330fa13f_96aa_5909_d7d1_70503caa24d1 -->|calls| bbaa3361_4374_8f1b_b1b8_7754bae606f4
  74a49940_5ac3_e0a1_8a82_5527189c5359["getBinderWhenFailOnBindToInactiveSourceWithResolveToInactiveThrowsException()"]
  74a49940_5ac3_e0a1_8a82_5527189c5359 -->|calls| bbaa3361_4374_8f1b_b1b8_7754bae606f4
  style bbaa3361_4374_8f1b_b1b8_7754bae606f4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/config/ConfigDataEnvironmentContributorsTests.java lines 417–423

	private ConfigDataEnvironmentContributor createBoundImportContributor(ConfigData configData,
			int propertySourceIndex) {
		ConfigDataEnvironmentContributor contributor = ConfigDataEnvironmentContributor.ofUnboundImport(null, null,
				false, configData, propertySourceIndex, this.conversionService,
				ConfigDataEnvironmentUpdateListener.NONE);
		return contributor.withBoundProperties(Collections.singleton(contributor), null);
	}

Domain

Subdomains

Frequently Asked Questions

What does createBoundImportContributor() do?
createBoundImportContributor() is a function in the spring-boot codebase.
What calls createBoundImportContributor()?
createBoundImportContributor() is called by 6 function(s): getBinderWhenFailOnBindToInactiveSourceWithFirstInactiveThrowsException, getBinderWhenFailOnBindToInactiveSourceWithLastInactiveThrowsException, getBinderWhenFailOnBindToInactiveSourceWithResolveToInactiveThrowsException, getBinderWhenHasInactiveIgnoresInactive, getBinderWhenHasMultipleSourcesPicksFirst, getBinderWhenHasPlaceholderAndInactiveResolvesPlaceholderOnlyFromActive.

Analyze Your Own Codebase

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

Try Supermodel Free