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

toStringHasErrorDetails() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  8548fff7_f7bc_a761_89a4_0f68862bd9ea["toStringHasErrorDetails()"]
  77c004fc_6c07_e754_40f2_1a6110f6e2de["getJsonMapper()"]
  8548fff7_f7bc_a761_89a4_0f68862bd9ea -->|calls| 77c004fc_6c07_e754_40f2_1a6110f6e2de
  d418b23d_753d_7479_2803_95836fe0b005["getContent()"]
  8548fff7_f7bc_a761_89a4_0f68862bd9ea -->|calls| d418b23d_753d_7479_2803_95836fe0b005
  style 8548fff7_f7bc_a761_89a4_0f68862bd9ea 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 38–42

	@Test
	void toStringHasErrorDetails() throws Exception {
		Message errors = getJsonMapper().readValue(getContent("message.json"), Message.class);
		assertThat(errors).hasToString("test message");
	}

Domain

Subdomains

Frequently Asked Questions

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