| Package | Description |
|---|---|
| org.dominokit.jacksonapt.stream.impl |
| Modifier and Type | Method and Description |
|---|---|
FastJsonWriter |
FastJsonWriter.beginArray()
Begins encoding a new array.
|
FastJsonWriter |
FastJsonWriter.beginObject()
Begins encoding a new object.
|
FastJsonWriter |
FastJsonWriter.cancelName()
cancelName
|
FastJsonWriter |
FastJsonWriter.endArray()
Ends encoding the current array.
|
FastJsonWriter |
FastJsonWriter.endObject()
Ends encoding the current object.
|
FastJsonWriter |
FastJsonWriter.name(String name)
Encodes the property name.
|
FastJsonWriter |
FastJsonWriter.nullValue()
Encodes
null. |
FastJsonWriter |
FastJsonWriter.rawValue(Object value)
Encodes
value.toString() as is. |
FastJsonWriter |
FastJsonWriter.unescapeName(String name)
Encodes the property name without escaping it.
|
FastJsonWriter |
FastJsonWriter.unescapeValue(String value)
Encodes
value without escaping it. |
FastJsonWriter |
FastJsonWriter.value(boolean value)
Encodes
value. |
FastJsonWriter |
FastJsonWriter.value(double value)
Encodes
value. |
FastJsonWriter |
FastJsonWriter.value(long value)
Encodes
value. |
FastJsonWriter |
FastJsonWriter.value(Number value)
Encodes
value. |
FastJsonWriter |
FastJsonWriter.value(String value)
Encodes
value. |
Copyright © 2019. All rights reserved.