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

ofUnboundImport() — spring-boot Function Reference

Architecture documentation for the ofUnboundImport() function in ConfigDataEnvironmentContributor.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  b1f7156d_034d_8009_ff0c_aa2b96d9b8ed["ofUnboundImport()"]
  c90d60de_6e4d_b157_5121_acbc78d427f0["get()"]
  b1f7156d_034d_8009_ff0c_aa2b96d9b8ed -->|calls| c90d60de_6e4d_b157_5121_acbc78d427f0
  a56758ea_d38b_04d6_8d62_7538d6bb55e2["ConfigDataEnvironmentContributor()"]
  b1f7156d_034d_8009_ff0c_aa2b96d9b8ed -->|calls| a56758ea_d38b_04d6_8d62_7538d6bb55e2
  75cab5d5_e3ee_d182_6b61_81f48439c39b["asConfigurationPropertySource()"]
  b1f7156d_034d_8009_ff0c_aa2b96d9b8ed -->|calls| 75cab5d5_e3ee_d182_6b61_81f48439c39b
  style b1f7156d_034d_8009_ff0c_aa2b96d9b8ed fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/context/config/ConfigDataEnvironmentContributor.java lines 443–452

	static ConfigDataEnvironmentContributor ofUnboundImport(@Nullable ConfigDataLocation location,
			@Nullable ConfigDataResource resource, boolean profileSpecific, ConfigData configData,
			int propertySourceIndex, ConversionService conversionService,
			ConfigDataEnvironmentUpdateListener environmentUpdateListener) {
		PropertySource<?> propertySource = configData.getPropertySources().get(propertySourceIndex);
		ConfigData.Options options = configData.getOptions(propertySource);
		options = environmentUpdateListener.onConfigDataOptions(configData, propertySource, options);
		return new ConfigDataEnvironmentContributor(Kind.UNBOUND_IMPORT, location, resource, profileSpecific,
				propertySource, asConfigurationPropertySource(propertySource), null, options, null, conversionService);
	}

Domain

Subdomains

Calls

Frequently Asked Questions

What does ofUnboundImport() do?
ofUnboundImport() is a function in the spring-boot codebase.
What does ofUnboundImport() call?
ofUnboundImport() calls 3 function(s): ConfigDataEnvironmentContributor, asConfigurationPropertySource, get.

Analyze Your Own Codebase

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

Try Supermodel Free