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

ConfigDataEnvironmentContributor() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  a56758ea_d38b_04d6_8d62_7538d6bb55e2["ConfigDataEnvironmentContributor()"]
  9ab0b913_2333_0ad4_90d1_04e175effbe8["withoutConfigDataOption()"]
  9ab0b913_2333_0ad4_90d1_04e175effbe8 -->|calls| a56758ea_d38b_04d6_8d62_7538d6bb55e2
  a7480ca7_f8f8_65b1_8de2_13288626fd5a["withBoundProperties()"]
  a7480ca7_f8f8_65b1_8de2_13288626fd5a -->|calls| a56758ea_d38b_04d6_8d62_7538d6bb55e2
  3952a8a7_1d48_6c84_72f5_4679d59e0e17["withChildren()"]
  3952a8a7_1d48_6c84_72f5_4679d59e0e17 -->|calls| a56758ea_d38b_04d6_8d62_7538d6bb55e2
  10b40b62_dff9_b8ca_5293_6f98ff47eb06["withReplacement()"]
  10b40b62_dff9_b8ca_5293_6f98ff47eb06 -->|calls| a56758ea_d38b_04d6_8d62_7538d6bb55e2
  7cc79ae4_81c7_7a51_1ae5_3eb4abfc3785["of()"]
  7cc79ae4_81c7_7a51_1ae5_3eb4abfc3785 -->|calls| a56758ea_d38b_04d6_8d62_7538d6bb55e2
  20ae9408_079c_4170_9c53_e744fbe52d65["ofInitialImport()"]
  20ae9408_079c_4170_9c53_e744fbe52d65 -->|calls| a56758ea_d38b_04d6_8d62_7538d6bb55e2
  e6a389de_5ca1_64d2_79e7_065d98ec3c01["ofExisting()"]
  e6a389de_5ca1_64d2_79e7_065d98ec3c01 -->|calls| a56758ea_d38b_04d6_8d62_7538d6bb55e2
  b1f7156d_034d_8009_ff0c_aa2b96d9b8ed["ofUnboundImport()"]
  b1f7156d_034d_8009_ff0c_aa2b96d9b8ed -->|calls| a56758ea_d38b_04d6_8d62_7538d6bb55e2
  030b4cc3_1bb7_66bf_4937_f8ceb4d199a9["ofEmptyLocation()"]
  030b4cc3_1bb7_66bf_4937_f8ceb4d199a9 -->|calls| a56758ea_d38b_04d6_8d62_7538d6bb55e2
  style a56758ea_d38b_04d6_8d62_7538d6bb55e2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

	ConfigDataEnvironmentContributor(Kind kind, @Nullable ConfigDataLocation location,
			@Nullable ConfigDataResource resource, boolean fromProfileSpecificImport,
			@Nullable PropertySource<?> propertySource,
			@Nullable ConfigurationPropertySource configurationPropertySource,
			@Nullable ConfigDataProperties properties, ConfigData.@Nullable Options configDataOptions,
			@Nullable Map<ImportPhase, List<ConfigDataEnvironmentContributor>> children,
			ConversionService conversionService) {
		this.kind = kind;
		this.location = location;
		this.resource = resource;
		this.fromProfileSpecificImport = fromProfileSpecificImport;
		this.properties = properties;
		this.propertySource = propertySource;
		this.configurationPropertySource = configurationPropertySource;
		this.configDataOptions = (configDataOptions != null) ? configDataOptions : ConfigData.Options.NONE;
		this.children = (children != null) ? children : Collections.emptyMap();
		this.conversionService = conversionService;
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does ConfigDataEnvironmentContributor() do?
ConfigDataEnvironmentContributor() is a function in the spring-boot codebase.
What calls ConfigDataEnvironmentContributor()?
ConfigDataEnvironmentContributor() is called by 9 function(s): of, ofEmptyLocation, ofExisting, ofInitialImport, ofUnboundImport, withBoundProperties, withChildren, withReplacement, and 1 more.

Analyze Your Own Codebase

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

Try Supermodel Free