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

applyContribution() — spring-boot Function Reference

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

Function java GradlePlugin DslExtensions calls 2 called by 11

Entity Profile

Dependency Diagram

graph TD
  7ee60c15_c662_037a_50c0_f741c27ef6e0["applyContribution()"]
  be5bc046_7461_44c1_eb40_bbe86152e3c0["contributionOfBasicModel()"]
  be5bc046_7461_44c1_eb40_bbe86152e3c0 -->|calls| 7ee60c15_c662_037a_50c0_f741c27ef6e0
  fa142e9e_de13_1337_1940_da7418acee36["contributionOfBasicModelThatMatchesExistingModel()"]
  fa142e9e_de13_1337_1940_da7418acee36 -->|calls| 7ee60c15_c662_037a_50c0_f741c27ef6e0
  62bd18ec_9dfb_4375_4761_3e735605335c["contributionOfBasicModelThatDiffersFromExistingModelThrows()"]
  62bd18ec_9dfb_4375_4761_3e735605335c -->|calls| 7ee60c15_c662_037a_50c0_f741c27ef6e0
  a4e59932_0c46_9ea8_18b5_f91e259b16c7["patternRulesAreStoredAndRegisteredForReflection()"]
  a4e59932_0c46_9ea8_18b5_f91e259b16c7 -->|calls| 7ee60c15_c662_037a_50c0_f741c27ef6e0
  03107df4_37d4_9425_cf24_c6ff69211c86["componentModelClassAndSetterParametersAreRegisteredForReflection()"]
  03107df4_37d4_9425_cf24_c6ff69211c86 -->|calls| 7ee60c15_c662_037a_50c0_f741c27ef6e0
  3d7f1327_a8b1_0b4d_e99b_ff82c0205c31["implicitModelClassAndSetterParametersAreRegisteredForReflection()"]
  3d7f1327_a8b1_0b4d_e99b_ff82c0205c31 -->|calls| 7ee60c15_c662_037a_50c0_f741c27ef6e0
  f4aed38b_7ba0_0fc2_158c_e7a43d3ff128["componentModelReferencingImportedClassNameIsRegisteredForReflection()"]
  f4aed38b_7ba0_0fc2_158c_e7a43d3ff128 -->|calls| 7ee60c15_c662_037a_50c0_f741c27ef6e0
  fa601120_63ae_8d15_52a2_0c1298380c7f["typeFromParentsSetterIsRegisteredForReflection()"]
  fa601120_63ae_8d15_52a2_0c1298380c7f -->|calls| 7ee60c15_c662_037a_50c0_f741c27ef6e0
  61991465_6cf4_4592_05d8_18228a5ef03a["typeFromParentsDefaultClassAnnotatedSetterIsRegisteredForReflection()"]
  61991465_6cf4_4592_05d8_18228a5ef03a -->|calls| 7ee60c15_c662_037a_50c0_f741c27ef6e0
  f16e0120_5167_e9e6_4f5b_0a4091a49b46["componentTypesOfArraysAreRegisteredForReflection()"]
  f16e0120_5167_e9e6_4f5b_0a4091a49b46 -->|calls| 7ee60c15_c662_037a_50c0_f741c27ef6e0
  ab2f906a_d4f6_89fc_d387_16bba596e830["placeholdersInComponentClassAttributeAreReplaced()"]
  ab2f906a_d4f6_89fc_d387_16bba596e830 -->|calls| 7ee60c15_c662_037a_50c0_f741c27ef6e0
  1c70a669_b986_1d08_11e5_0f5b58ad7e27["LoggingInitializationContext()"]
  7ee60c15_c662_037a_50c0_f741c27ef6e0 -->|calls| 1c70a669_b986_1d08_11e5_0f5b58ad7e27
  7919d2d4_45ea_93b7_737d_543ad1dd71e9["withSystemProperty()"]
  7ee60c15_c662_037a_50c0_f741c27ef6e0 -->|calls| 7919d2d4_45ea_93b7_737d_543ad1dd71e9
  style 7ee60c15_c662_037a_50c0_f741c27ef6e0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/logging/logback/LogbackConfigurationAotContributionTests.java lines 304–307

	private TestGenerationContext applyContribution(Model model) {
		return this.applyContribution(model, (context) -> {
		});
	}

Domain

Subdomains

Calls

Frequently Asked Questions

What does applyContribution() do?
applyContribution() is a function in the spring-boot codebase.
What does applyContribution() call?
applyContribution() calls 2 function(s): LoggingInitializationContext, withSystemProperty.
What calls applyContribution()?
applyContribution() is called by 11 function(s): componentModelClassAndSetterParametersAreRegisteredForReflection, componentModelReferencingImportedClassNameIsRegisteredForReflection, componentTypesOfArraysAreRegisteredForReflection, contributionOfBasicModel, contributionOfBasicModelThatDiffersFromExistingModelThrows, contributionOfBasicModelThatMatchesExistingModel, implicitModelClassAndSetterParametersAreRegisteredForReflection, patternRulesAreStoredAndRegisteredForReflection, and 3 more.

Analyze Your Own Codebase

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

Try Supermodel Free