Uses of Class
com.fasterxml.jackson.dataformat.csv.impl.BufferedValue
Packages that use BufferedValue
-
Uses of BufferedValue in com.fasterxml.jackson.dataformat.csv.impl
Subclasses of BufferedValue in com.fasterxml.jackson.dataformat.csv.implModifier and TypeClassDescriptionprotected static final class
protected static final class
protected static final class
protected static final class
protected static final class
protected static final class
protected static final class
protected static final class
protected static final class
Fields in com.fasterxml.jackson.dataformat.csv.impl declared as BufferedValueModifier and TypeFieldDescriptionprotected BufferedValue[]
CsvEncoder._buffered
And if output comes in shuffled order we will need to do bit of ordering.protected final BufferedValue[]
CsvEncoder.NO_BUFFERED
Methods in com.fasterxml.jackson.dataformat.csv.impl that return BufferedValueModifier and TypeMethodDescriptionstatic BufferedValue
BufferedValue.buffered
(boolean v) static BufferedValue
BufferedValue.buffered
(double v) static BufferedValue
BufferedValue.buffered
(float v) static BufferedValue
BufferedValue.buffered
(int v) static BufferedValue
BufferedValue.buffered
(long v) static BufferedValue
static BufferedValue
BufferedValue.bufferedNull()
static BufferedValue
BufferedValue.bufferedNumber
(String numStr) static BufferedValue
BufferedValue.bufferedRaw
(String v) Methods in com.fasterxml.jackson.dataformat.csv.impl with parameters of type BufferedValue