Class BufferedValue.IntValue
- java.lang.Object
-
- com.fasterxml.jackson.dataformat.csv.impl.BufferedValue
-
- com.fasterxml.jackson.dataformat.csv.impl.BufferedValue.IntValue
-
- Enclosing class:
- BufferedValue
protected static final class BufferedValue.IntValue extends BufferedValue
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.fasterxml.jackson.dataformat.csv.impl.BufferedValue
BufferedValue.BooleanValue, BufferedValue.DoubleValue, BufferedValue.IntValue, BufferedValue.LongValue, BufferedValue.NullValue, BufferedValue.RawValue, BufferedValue.TextValue
-
-
Field Summary
Fields Modifier and Type Field Description private int
_value
-
Constructor Summary
Constructors Constructor Description IntValue(int v)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(CsvEncoder w)
-
Methods inherited from class com.fasterxml.jackson.dataformat.csv.impl.BufferedValue
buffered, buffered, buffered, buffered, buffered, bufferedNull, bufferedRaw
-
-
-
-
Method Detail
-
write
public void write(CsvEncoder w) throws java.io.IOException
- Specified by:
write
in classBufferedValue
- Throws:
java.io.IOException
-
-