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

writeJavaNioPathWhenSingleElementShouldBeSerializedAsString() — spring-boot Function Reference

Architecture documentation for the writeJavaNioPathWhenSingleElementShouldBeSerializedAsString() function in JsonValueWriterTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  c76231ca_6795_fea9_2f39_27c5f7bd920c["writeJavaNioPathWhenSingleElementShouldBeSerializedAsString()"]
  7fc2b33a_7e77_5c75_2c77_4db301c6cfdf["doWrite()"]
  c76231ca_6795_fea9_2f39_27c5f7bd920c -->|calls| 7fc2b33a_7e77_5c75_2c77_4db301c6cfdf
  89a357dc_1a31_85ba_97ae_69c518e780d2["write()"]
  c76231ca_6795_fea9_2f39_27c5f7bd920c -->|calls| 89a357dc_1a31_85ba_97ae_69c518e780d2
  f658f7a9_f73d_0782_4281_7e4105e17118["quoted()"]
  c76231ca_6795_fea9_2f39_27c5f7bd920c -->|calls| f658f7a9_f73d_0782_4281_7e4105e17118
  style c76231ca_6795_fea9_2f39_27c5f7bd920c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/json/JsonValueWriterTests.java lines 253–256

	@Test // gh-44502
	void writeJavaNioPathWhenSingleElementShouldBeSerializedAsString() {
		assertThat(doWrite((valueWriter) -> valueWriter.write(Path.of("a")))).isEqualTo(quoted("a"));
	}

Domain

Subdomains

Frequently Asked Questions

What does writeJavaNioPathWhenSingleElementShouldBeSerializedAsString() do?
writeJavaNioPathWhenSingleElementShouldBeSerializedAsString() is a function in the spring-boot codebase.
What does writeJavaNioPathWhenSingleElementShouldBeSerializedAsString() call?
writeJavaNioPathWhenSingleElementShouldBeSerializedAsString() calls 3 function(s): doWrite, quoted, write.

Analyze Your Own Codebase

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

Try Supermodel Free