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

getAction() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  1a4e5320_a2e2_8aa5_7d05_1e805db190f1["getAction()"]
  cd4f02f4_4a5b_2f58_3eec_087233a0b174["getFailureAnalysis()"]
  cd4f02f4_4a5b_2f58_3eec_087233a0b174 -->|calls| 1a4e5320_a2e2_8aa5_7d05_1e805db190f1
  3709f0c7_6320_0808_8110_5cbc55a80415["getAction()"]
  3709f0c7_6320_0808_8110_5cbc55a80415 -->|calls| 1a4e5320_a2e2_8aa5_7d05_1e805db190f1
  f7c9694a_91d0_ac42_1bbf_725c8999feef["getAction()"]
  f7c9694a_91d0_ac42_1bbf_725c8999feef -->|calls| 1a4e5320_a2e2_8aa5_7d05_1e805db190f1
  8fcabf01_ee61_14ea_223e_838228fdd783["analyzeWhenConfigDataLocationNotFoundException()"]
  8fcabf01_ee61_14ea_223e_838228fdd783 -->|calls| 1a4e5320_a2e2_8aa5_7d05_1e805db190f1
  6c35eb86_d91b_c501_a895_d898e1975d28["analyzeWhenOptionalConfigDataLocationNotFoundException()"]
  6c35eb86_d91b_c501_a895_d898e1975d28 -->|calls| 1a4e5320_a2e2_8aa5_7d05_1e805db190f1
  fe0efb00_c5a6_eb77_83b4_2309e83c5752["analyzeWhenConfigDataLocationWithOriginNotFoundException()"]
  fe0efb00_c5a6_eb77_83b4_2309e83c5752 -->|calls| 1a4e5320_a2e2_8aa5_7d05_1e805db190f1
  438de3ce_62a2_bf1d_3a6e_103e428e90b1["analyzeWhenConfigDataResourceNotFoundException()"]
  438de3ce_62a2_bf1d_3a6e_103e428e90b1 -->|calls| 1a4e5320_a2e2_8aa5_7d05_1e805db190f1
  52ca3883_9c7e_b0b7_d197_0dd5068e7d5c["analyzeWhenConfigDataResourceWithLocationNotFoundException()"]
  52ca3883_9c7e_b0b7_d197_0dd5068e7d5c -->|calls| 1a4e5320_a2e2_8aa5_7d05_1e805db190f1
  e491024d_f67e_f68a_811a_3b2da70b30c6["incompatibleConfigurationListsKeys()"]
  e491024d_f67e_f68a_811a_3b2da70b30c6 -->|calls| 1a4e5320_a2e2_8aa5_7d05_1e805db190f1
  33046d69_e291_91e2_0e0a_5439ebd7bbbe["failureAnalysisForConfigurationPropertiesThatShouldHaveBeenConstructorBound()"]
  33046d69_e291_91e2_0e0a_5439ebd7bbbe -->|calls| 1a4e5320_a2e2_8aa5_7d05_1e805db190f1
  d51f0f78_b05a_60a2_4101_2618e1711e6b["shouldAnalyze()"]
  d51f0f78_b05a_60a2_4101_2618e1711e6b -->|calls| 1a4e5320_a2e2_8aa5_7d05_1e805db190f1
  36ef6ac9_e677_154a_5396_5873af7d28a9["cyclicBeanMethods()"]
  36ef6ac9_e677_154a_5396_5873af7d28a9 -->|calls| 1a4e5320_a2e2_8aa5_7d05_1e805db190f1
  7a907a11_9ad5_d765_3ef0_8a05fd79c77a["cycleWithAutowiredFields()"]
  7a907a11_9ad5_d765_3ef0_8a05fd79c77a -->|calls| 1a4e5320_a2e2_8aa5_7d05_1e805db190f1
  3d91b664_b3a6_ee92_ed46_3175e7b386aa["cycleReferencedViaOtherBeans()"]
  3d91b664_b3a6_ee92_ed46_3175e7b386aa -->|calls| 1a4e5320_a2e2_8aa5_7d05_1e805db190f1
  style 1a4e5320_a2e2_8aa5_7d05_1e805db190f1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/diagnostics/FailureAnalysis.java lines 61–63

	public @Nullable String getAction() {
		return this.action;
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does getAction() do?
getAction() is a function in the spring-boot codebase.
What calls getAction()?
getAction() is called by 38 function(s): analysisWithKnownProperty, analysisWithKnownPropertyAndNoReason, analysisWithKnownPropertyAndOtherCandidates, analysisWithKnownPropertyFromSystemEnvironment, analyzeForMissingParametersWhenInCauseReturnsFailure, analyzeForMissingParametersWhenInSuppressedReturnsFailure, analyzeForMissingParametersWhenMissingParametersExceptionReturnsFailure, analyzeWhenAllConfiguredPropertiesAreInTheEnvironmentShouldReturnAnalysis, and 30 more.

Analyze Your Own Codebase

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

Try Supermodel Free