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

writeJavaNioPathShouldBeSerializedAsString() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/json/JsonValueWriterTests.java lines 264–268

	@Test // gh-44502
	@DisabledOnOs(OS.WINDOWS)
	void writeJavaNioPathShouldBeSerializedAsString() {
		assertThat(doWrite((valueWriter) -> valueWriter.write(Path.of("a/b/c")))).isEqualTo(quoted("a/b/c"));
	}

Domain

Subdomains

Frequently Asked Questions

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