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

readValueWhenEmptyDetailsDeserializesJson() — spring-boot Function Reference

Architecture documentation for the readValueWhenEmptyDetailsDeserializesJson() function in PullUpdateEventTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  cee13960_7789_dfbd_f682_b59c3483f973["readValueWhenEmptyDetailsDeserializesJson()"]
  77c004fc_6c07_e754_40f2_1a6110f6e2de["getJsonMapper()"]
  cee13960_7789_dfbd_f682_b59c3483f973 -->|calls| 77c004fc_6c07_e754_40f2_1a6110f6e2de
  d418b23d_753d_7479_2803_95836fe0b005["getContent()"]
  cee13960_7789_dfbd_f682_b59c3483f973 -->|calls| d418b23d_753d_7479_2803_95836fe0b005
  style cee13960_7789_dfbd_f682_b59c3483f973 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/test/java/org/springframework/boot/buildpack/platform/docker/PullUpdateEventTests.java lines 56–64

	@Test
	void readValueWhenEmptyDetailsDeserializesJson() throws Exception {
		PullImageUpdateEvent event = getJsonMapper().readValue(getContent("pull-with-empty-details.json"),
				PullImageUpdateEvent.class);
		assertThat(event.getId()).isEqualTo("d837a2a1365e");
		assertThat(event.getStatus()).isEqualTo("Pulling fs layer");
		assertThat(event.getProgressDetail()).isNull();
		assertThat(event.getProgress()).isNull();
	}

Domain

Subdomains

Frequently Asked Questions

What does readValueWhenEmptyDetailsDeserializesJson() do?
readValueWhenEmptyDetailsDeserializesJson() is a function in the spring-boot codebase.
What does readValueWhenEmptyDetailsDeserializesJson() call?
readValueWhenEmptyDetailsDeserializesJson() calls 2 function(s): getContent, getJsonMapper.

Analyze Your Own Codebase

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

Try Supermodel Free