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

getValueToWrite() — spring-boot Function Reference

Architecture documentation for the getValueToWrite() function in JsonWriter.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  04bf6f23_cde5_2268_72c6_9a11996c3491["getValueToWrite()"]
  0a032bba_86b9_3f5c_b043_cfdd477b5966["write()"]
  0a032bba_86b9_3f5c_b043_cfdd477b5966 -->|calls| 04bf6f23_cde5_2268_72c6_9a11996c3491
  aacc7743_3eb3_6855_0606_875d5fab1ffe["getWritableJsonToWrite()"]
  04bf6f23_cde5_2268_72c6_9a11996c3491 -->|calls| aacc7743_3eb3_6855_0606_875d5fab1ffe
  f0a3468d_8e1b_3130_546a_643ede53eb39["of()"]
  04bf6f23_cde5_2268_72c6_9a11996c3491 -->|calls| f0a3468d_8e1b_3130_546a_643ede53eb39
  style 04bf6f23_cde5_2268_72c6_9a11996c3491 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/json/JsonWriter.java lines 657–660

		private @Nullable Object getValueToWrite(@Nullable T extracted, JsonValueWriter valueWriter) {
			WritableJson writableJson = getWritableJsonToWrite(extracted, valueWriter);
			return (writableJson != null) ? WritableJson.of(writableJson) : extracted;
		}

Domain

Subdomains

Calls

  • getWritableJsonToWrite()
  • of()

Called By

Frequently Asked Questions

What does getValueToWrite() do?
getValueToWrite() is a function in the spring-boot codebase.
What does getValueToWrite() call?
getValueToWrite() calls 2 function(s): getWritableJsonToWrite, of.
What calls getValueToWrite()?
getValueToWrite() is called by 1 function(s): write.

Analyze Your Own Codebase

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

Try Supermodel Free