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

TestConfigDataEnvironmentContributor() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  a21aadcb_eaf6_9235_becd_02acd2f280a7["TestConfigDataEnvironmentContributor()"]
  3c97d685_c408_0a72_f030_e3f55e8b7efd["resolvePlaceholdersWhenFoundReturnsFirstMatch()"]
  3c97d685_c408_0a72_f030_e3f55e8b7efd -->|calls| a21aadcb_eaf6_9235_becd_02acd2f280a7
  ac167e64_a056_9ebb_59b2_664fce41307c["shouldUseConversionService()"]
  ac167e64_a056_9ebb_59b2_664fce41307c -->|calls| a21aadcb_eaf6_9235_becd_02acd2f280a7
  4a155ee7_ecba_f776_c12e_f5dee75d0a09["resolvePlaceholdersWhenFoundInInactiveThrowsException()"]
  4a155ee7_ecba_f776_c12e_f5dee75d0a09 -->|calls| a21aadcb_eaf6_9235_becd_02acd2f280a7
  9d3e79b6_ef9f_f7b1_a830_ef28b5b653aa["resolvePlaceholderWhenFoundInInactiveAndIgnoringReturnsResolved()"]
  9d3e79b6_ef9f_f7b1_a830_ef28b5b653aa -->|calls| a21aadcb_eaf6_9235_becd_02acd2f280a7
  style a21aadcb_eaf6_9235_becd_02acd2f280a7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/config/ConfigDataEnvironmentContributorPlaceholdersResolverTests.java lines 154–158

		protected TestConfigDataEnvironmentContributor(PropertySource<?> propertySource, boolean active,
				ConversionService conversionService) {
			super(Kind.ROOT, null, null, false, propertySource, null, null, null, null, conversionService);
			this.active = active;
		}

Domain

Subdomains

Called By

Frequently Asked Questions

What does TestConfigDataEnvironmentContributor() do?
TestConfigDataEnvironmentContributor() is a function in the spring-boot codebase.
What calls TestConfigDataEnvironmentContributor()?
TestConfigDataEnvironmentContributor() is called by 4 function(s): resolvePlaceholderWhenFoundInInactiveAndIgnoringReturnsResolved, resolvePlaceholdersWhenFoundInInactiveThrowsException, resolvePlaceholdersWhenFoundReturnsFirstMatch, shouldUseConversionService.

Analyze Your Own Codebase

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

Try Supermodel Free