Uses of Class
com.fasterxml.jackson.dataformat.csv.impl.BufferedValue
-
Packages that use BufferedValue Package Description com.fasterxml.jackson.dataformat.csv.impl -
-
Uses of BufferedValue in com.fasterxml.jackson.dataformat.csv.impl
Subclasses of BufferedValue in com.fasterxml.jackson.dataformat.csv.impl Modifier and Type Class Description protected static classBufferedValue.BooleanValueprotected static classBufferedValue.DoubleValueprotected static classBufferedValue.IntValueprotected static classBufferedValue.LongValueprotected static classBufferedValue.NullValueprotected static classBufferedValue.RawValueprotected static classBufferedValue.TextValueFields in com.fasterxml.jackson.dataformat.csv.impl declared as BufferedValue Modifier and Type Field Description protected BufferedValue[]CsvEncoder. _bufferedAnd if output comes in shuffled order we will need to do bit of ordering.protected BufferedValue[]CsvEncoder. NO_BUFFEREDMethods in com.fasterxml.jackson.dataformat.csv.impl that return BufferedValue Modifier and Type Method Description static BufferedValueBufferedValue. buffered(boolean v)static BufferedValueBufferedValue. buffered(double v)static BufferedValueBufferedValue. buffered(int v)static BufferedValueBufferedValue. buffered(long v)static BufferedValueBufferedValue. buffered(java.lang.String v)static BufferedValueBufferedValue. bufferedNull()static BufferedValueBufferedValue. bufferedRaw(java.lang.String v)Methods in com.fasterxml.jackson.dataformat.csv.impl with parameters of type BufferedValue Modifier and Type Method Description protected voidCsvEncoder. _buffer(int index, BufferedValue v)
-