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

createInvalidProfileSpecificPropertyContributor() — spring-boot Function Reference

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

Function java GradlePlugin AotProcessing calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  b94fdd6f_d4fc_458d_4467_c313bc5bc3f6["createInvalidProfileSpecificPropertyContributor()"]
  44a5857f_32b8_5ea2_767f_dd1b9bb2c7d7["throwOrWarnWhenWhenHasInvalidProfileSpecificPropertyOnIgnoringProfilesContributorDoesNotThrowException()"]
  44a5857f_32b8_5ea2_767f_dd1b9bb2c7d7 -->|calls| b94fdd6f_d4fc_458d_4467_c313bc5bc3f6
  baed2565_fe84_0924_f5f3_a5ea6b4f4a91["throwOrWarnWhenWhenHasInvalidProfileSpecificPropertyThrowsException()"]
  baed2565_fe84_0924_f5f3_a5ea6b4f4a91 -->|calls| b94fdd6f_d4fc_458d_4467_c313bc5bc3f6
  76576a77_87f7_3680_8561_2923813db3c1["of()"]
  b94fdd6f_d4fc_458d_4467_c313bc5bc3f6 -->|calls| 76576a77_87f7_3680_8561_2923813db3c1
  style b94fdd6f_d4fc_458d_4467_c313bc5bc3f6 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/config/InvalidConfigDataPropertyExceptionTests.java lines 140–147

	private ConfigDataEnvironmentContributor createInvalidProfileSpecificPropertyContributor(String name,
			ConfigData.Option... configDataOptions) {
		MockPropertySource propertySource = new MockPropertySource();
		propertySource.setProperty(name, "a");
		return new ConfigDataEnvironmentContributor(Kind.BOUND_IMPORT, null, null, true, propertySource,
				ConfigurationPropertySource.from(propertySource), null, ConfigData.Options.of(configDataOptions), null,
				this.conversionService);
	}

Domain

Subdomains

Calls

Called By

  • throwOrWarnWhenWhenHasInvalidProfileSpecificPropertyOnIgnoringProfilesContributorDoesNotThrowException()
  • throwOrWarnWhenWhenHasInvalidProfileSpecificPropertyThrowsException()

Frequently Asked Questions

What does createInvalidProfileSpecificPropertyContributor() do?
createInvalidProfileSpecificPropertyContributor() is a function in the spring-boot codebase.
What does createInvalidProfileSpecificPropertyContributor() call?
createInvalidProfileSpecificPropertyContributor() calls 1 function(s): of.
What calls createInvalidProfileSpecificPropertyContributor()?
createInvalidProfileSpecificPropertyContributor() is called by 2 function(s): throwOrWarnWhenWhenHasInvalidProfileSpecificPropertyOnIgnoringProfilesContributorDoesNotThrowException, throwOrWarnWhenWhenHasInvalidProfileSpecificPropertyThrowsException.

Analyze Your Own Codebase

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

Try Supermodel Free