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

getLastEvent() — spring-boot Function Reference

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

Function java GradlePlugin AotProcessing calls 1 called by 10

Entity Profile

Dependency Diagram

graph TD
  b5fce751_ecc3_5421_d24a_cd569e0556d2["getLastEvent()"]
  26dfe1bd_6a8c_78e3_4a4a_a20863e64c52["getLastEvent()"]
  26dfe1bd_6a8c_78e3_4a4a_a20863e64c52 -->|calls| b5fce751_ecc3_5421_d24a_cd569e0556d2
  d558478c_abef_28b3_0bc1_14fe106a53b9["importsAreSelectedWhenUsingEnableAutoConfiguration()"]
  d558478c_abef_28b3_0bc1_14fe106a53b9 -->|calls| b5fce751_ecc3_5421_d24a_cd569e0556d2
  28739ccb_7c28_cc23_1bfc_34a4cd1ce545["classExclusionsAreApplied()"]
  28739ccb_7c28_cc23_1bfc_34a4cd1ce545 -->|calls| b5fce751_ecc3_5421_d24a_cd569e0556d2
  8aa74b69_b4d0_12d9_9974_54eed21c0c76["classExclusionsAreAppliedWhenUsingSpringBootApplication()"]
  8aa74b69_b4d0_12d9_9974_54eed21c0c76 -->|calls| b5fce751_ecc3_5421_d24a_cd569e0556d2
  87e27412_4251_0c02_1ed0_970112b30834["classNamesExclusionsAreApplied()"]
  87e27412_4251_0c02_1ed0_970112b30834 -->|calls| b5fce751_ecc3_5421_d24a_cd569e0556d2
  4bf4ebf2_4235_a68e_da8c_6720cd913ef8["classNamesExclusionsAreAppliedWhenUsingSpringBootApplication()"]
  4bf4ebf2_4235_a68e_da8c_6720cd913ef8 -->|calls| b5fce751_ecc3_5421_d24a_cd569e0556d2
  ee0c3516_f317_3c62_6446_ed3136ca9bbf["propertyExclusionsAreApplied()"]
  ee0c3516_f317_3c62_6446_ed3136ca9bbf -->|calls| b5fce751_ecc3_5421_d24a_cd569e0556d2
  8ef1144b_18c4_384b_2d93_81263fe01fd5["testSeveralPropertyExclusionsAreApplied()"]
  8ef1144b_18c4_384b_2d93_81263fe01fd5 -->|calls| b5fce751_ecc3_5421_d24a_cd569e0556d2
  19302c86_3222_e7aa_3e84_4de5749f4a91["combinedExclusionsAreApplied()"]
  19302c86_3222_e7aa_3e84_4de5749f4a91 -->|calls| b5fce751_ecc3_5421_d24a_cd569e0556d2
  d1ea7ac5_6fec_0f37_807a_d438d24d4da1["nameAndPropertyExclusionsWhenNotPresentOnClasspathShouldNotThrowException()"]
  d1ea7ac5_6fec_0f37_807a_d438d24d4da1 -->|calls| b5fce751_ecc3_5421_d24a_cd569e0556d2
  26dfe1bd_6a8c_78e3_4a4a_a20863e64c52["getLastEvent()"]
  b5fce751_ecc3_5421_d24a_cd569e0556d2 -->|calls| 26dfe1bd_6a8c_78e3_4a4a_a20863e64c52
  style b5fce751_ecc3_5421_d24a_cd569e0556d2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/AutoConfigurationImportSelectorTests.java lines 267–271

	private AutoConfigurationImportEvent getLastEvent() {
		AutoConfigurationImportEvent result = this.importSelector.getLastEvent();
		assertThat(result).isNotNull();
		return result;
	}

Domain

Subdomains

Calls

  • getLastEvent()

Frequently Asked Questions

What does getLastEvent() do?
getLastEvent() is a function in the spring-boot codebase.
What does getLastEvent() call?
getLastEvent() calls 1 function(s): getLastEvent.
What calls getLastEvent()?
getLastEvent() is called by 10 function(s): classExclusionsAreApplied, classExclusionsAreAppliedWhenUsingSpringBootApplication, classNamesExclusionsAreApplied, classNamesExclusionsAreAppliedWhenUsingSpringBootApplication, combinedExclusionsAreApplied, getLastEvent, importsAreSelectedWhenUsingEnableAutoConfiguration, nameAndPropertyExclusionsWhenNotPresentOnClasspathShouldNotThrowException, and 2 more.

Analyze Your Own Codebase

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

Try Supermodel Free