Uses of Class
org.dominokit.jacksonapt.stream.impl.FastJsonWriter
| Package | Description |
|---|---|
| org.dominokit.jacksonapt.stream.impl |
-
Uses of FastJsonWriter in org.dominokit.jacksonapt.stream.impl
Methods in org.dominokit.jacksonapt.stream.impl that return FastJsonWriter Modifier and Type Method Description FastJsonWriterFastJsonWriter. beginArray()Begins encoding a new array.FastJsonWriterFastJsonWriter. beginObject()Begins encoding a new object.FastJsonWriterFastJsonWriter. cancelName()cancelNameFastJsonWriterFastJsonWriter. endArray()Ends encoding the current array.FastJsonWriterFastJsonWriter. endObject()Ends encoding the current object.FastJsonWriterFastJsonWriter. name(java.lang.String name)Encodes the property name.FastJsonWriterFastJsonWriter. nullValue()Encodesnull.FastJsonWriterFastJsonWriter. rawValue(java.lang.Object value)Encodesvalue.toString() as is.FastJsonWriterFastJsonWriter. unescapeName(java.lang.String name)Encodes the property name without escaping it.FastJsonWriterFastJsonWriter. unescapeValue(java.lang.String value)Encodesvaluewithout escaping it.FastJsonWriterFastJsonWriter. value(boolean value)Encodesvalue.FastJsonWriterFastJsonWriter. value(double value)Encodesvalue.FastJsonWriterFastJsonWriter. value(long value)Encodesvalue.FastJsonWriterFastJsonWriter. value(java.lang.Number value)Encodesvalue.FastJsonWriterFastJsonWriter. value(java.lang.String value)Encodesvalue.