Package io.avaje.jsonb.spi
Interface BufferedJsonWriter
-
- All Superinterfaces:
AutoCloseable
,Closeable
,Flushable
,JsonWriter
public interface BufferedJsonWriter extends JsonWriter
Provides a JsonWriter optimised for returning json as string content.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
result()
Return result as json string content.-
Methods inherited from interface io.avaje.jsonb.JsonWriter
allNames, beginArray, beginObject, close, emptyArray, endArray, endObject, flush, jsonValue, markIncomplete, name, name, names, nullValue, path, pretty, rawValue, serializeEmpty, serializeEmpty, serializeNulls, serializeNulls, unwrap, value, value, value, value, value, value, value, value, value, value, value, value, writeNewLine
-
-
-
-
Method Detail
-
result
String result()
Return result as json string content.
-
-