Uses of Interface
org.springframework.boot.json.JsonWriter
Package
Description
Support for parsing JSON.
Support for structured logging.
-
Uses of JsonWriter in org.springframework.boot.json
Modifier and TypeMethodDescriptionstatic <T> JsonWriter<T>
JsonWriter.of
(Consumer<JsonWriter.Members<T>> members) Factory method to return aJsonWriter
with specificmember mapping
.static <T> JsonWriter<T>
JsonWriter.standard()
Factory method to return aJsonWriter
for standard Java types.default JsonWriter<T>
JsonWriter.withNewLineAtEnd()
Return a newJsonWriter
instance that appends a new line after the JSON has been written.default JsonWriter<T>
JsonWriter.withSuffix
(String suffix) Return a newJsonWriter
instance that appends the given suffix after the JSON has been written. -
Uses of JsonWriter in org.springframework.boot.logging.structured
ModifierConstructorDescriptionprotected
JsonWriterStructuredLogFormatter
(JsonWriter<E> jsonWriter) Create a newJsonWriterStructuredLogFormatter
instance with the givenJsonWriter
.