Uses of Interface
org.springframework.boot.json.WritableJson
Packages that use WritableJson
-
Uses of WritableJson in org.springframework.boot.json
Methods in org.springframework.boot.json that return WritableJsonModifier and TypeMethodDescriptionstatic WritableJson
WritableJson.of
(WritableJson writableJson) Factory method used to create aWritableJson
with a sensibleObject.toString()
that delegate totoJsonString()
.default WritableJson
Provide aWritableJson
implementation that may be used to write the given instance to various outputs.Methods in org.springframework.boot.json with parameters of type WritableJsonModifier and TypeMethodDescriptionstatic WritableJson
WritableJson.of
(WritableJson writableJson) Factory method used to create aWritableJson
with a sensibleObject.toString()
that delegate totoJsonString()
.