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

readValueDeserializesJson() — spring-boot Function Reference

Architecture documentation for the readValueDeserializesJson() function in MessageTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/test/java/org/springframework/boot/buildpack/platform/docker/transport/MessageTests.java lines 32–36

	@Test
	void readValueDeserializesJson() throws Exception {
		Message message = getJsonMapper().readValue(getContent("message.json"), Message.class);
		assertThat(message.getMessage()).isEqualTo("test message");
	}

Domain

Subdomains

Frequently Asked Questions

What does readValueDeserializesJson() do?
readValueDeserializesJson() is a function in the spring-boot codebase.
What does readValueDeserializesJson() call?
readValueDeserializesJson() 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