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

emptyResponse() — spring-boot Function Reference

Architecture documentation for the emptyResponse() function in DockerApiTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  5ebda6ce_1915_7ec7_82b6_9dbaace8503c["emptyResponse()"]
  0a1983fa_f6a2_2965_766a_5988f4a51a26["loadWithEmptyResponseThrowsException()"]
  0a1983fa_f6a2_2965_766a_5988f4a51a26 -->|calls| 5ebda6ce_1915_7ec7_82b6_9dbaace8503c
  6271d061_2c92_01b0_c3ca_5275fc962dfb["removeRemovesContainer()"]
  6271d061_2c92_01b0_c3ca_5275fc962dfb -->|calls| 5ebda6ce_1915_7ec7_82b6_9dbaace8503c
  4df514f3_d0cc_d3cb_96ec_080d69a58a0e["removeWhenForceIsTrueRemovesContainer()"]
  4df514f3_d0cc_d3cb_96ec_080d69a58a0e -->|calls| 5ebda6ce_1915_7ec7_82b6_9dbaace8503c
  40f624d1_0f04_2601_d6da_7c45e3b223d9["tagTagsImage()"]
  40f624d1_0f04_2601_d6da_7c45e3b223d9 -->|calls| 5ebda6ce_1915_7ec7_82b6_9dbaace8503c
  0cf4f7bb_6a2c_9024_a39e_d3cb707206a7["tagRenamesImage()"]
  0cf4f7bb_6a2c_9024_a39e_d3cb707206a7 -->|calls| 5ebda6ce_1915_7ec7_82b6_9dbaace8503c
  5c5ccd26_1928_bfbc_252c_a05e3a07cfc7["createWhenHasContentContainerWithContent()"]
  5c5ccd26_1928_bfbc_252c_a05e3a07cfc7 -->|calls| 5ebda6ce_1915_7ec7_82b6_9dbaace8503c
  3e1a3e2a_3c58_f099_6da9_99b509bc4d70["startStartsContainer()"]
  3e1a3e2a_3c58_f099_6da9_99b509bc4d70 -->|calls| 5ebda6ce_1915_7ec7_82b6_9dbaace8503c
  80d1ccf4_f71f_6f0e_4a70_e73d265847bd["removeRemovesContainer()"]
  80d1ccf4_f71f_6f0e_4a70_e73d265847bd -->|calls| 5ebda6ce_1915_7ec7_82b6_9dbaace8503c
  079907a3_c5c1_8fea_21c6_94a61cf536e5["removeWhenForceIsTrueRemovesContainer()"]
  079907a3_c5c1_8fea_21c6_94a61cf536e5 -->|calls| 5ebda6ce_1915_7ec7_82b6_9dbaace8503c
  42786e54_9341_3979_40f0_01f57868b301["deleteDeletesContainer()"]
  42786e54_9341_3979_40f0_01f57868b301 -->|calls| 5ebda6ce_1915_7ec7_82b6_9dbaace8503c
  4a0f08ff_5351_e8d0_daab_11d050f237c8["deleteWhenForceIsTrueDeletesContainer()"]
  4a0f08ff_5351_e8d0_daab_11d050f237c8 -->|calls| 5ebda6ce_1915_7ec7_82b6_9dbaace8503c
  db091634_6ae9_ecf4_fe2a_74d1d2ceb9a1["getApiVersionWithNoVersionHeaderReturnsUnknownVersion()"]
  db091634_6ae9_ecf4_fe2a_74d1d2ceb9a1 -->|calls| 5ebda6ce_1915_7ec7_82b6_9dbaace8503c
  88e4c755_21cd_03d2_7b78_c0a678363843["responseOf()"]
  5ebda6ce_1915_7ec7_82b6_9dbaace8503c -->|calls| 88e4c755_21cd_03d2_7b78_c0a678363843
  style 5ebda6ce_1915_7ec7_82b6_9dbaace8503c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/test/java/org/springframework/boot/buildpack/platform/docker/DockerApiTests.java lines 122–124

	private Response emptyResponse() {
		return responseOf(null);
	}

Subdomains

Calls

Frequently Asked Questions

What does emptyResponse() do?
emptyResponse() is a function in the spring-boot codebase.
What does emptyResponse() call?
emptyResponse() calls 1 function(s): responseOf.
What calls emptyResponse()?
emptyResponse() is called by 12 function(s): createWhenHasContentContainerWithContent, deleteDeletesContainer, deleteWhenForceIsTrueDeletesContainer, getApiVersionWithNoVersionHeaderReturnsUnknownVersion, loadWithEmptyResponseThrowsException, removeRemovesContainer, removeRemovesContainer, removeWhenForceIsTrueRemovesContainer, and 4 more.

Analyze Your Own Codebase

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

Try Supermodel Free