com.fasterxml.jackson.dataformat.csv.impl
Class BufferedValue.BooleanValue
java.lang.Object
com.fasterxml.jackson.dataformat.csv.impl.BufferedValue
com.fasterxml.jackson.dataformat.csv.impl.BufferedValue.BooleanValue
- Enclosing class:
- BufferedValue
protected static final class BufferedValue.BooleanValue
- extends BufferedValue
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FALSE
public static final BufferedValue.BooleanValue FALSE
TRUE
public static final BufferedValue.BooleanValue TRUE
BufferedValue.BooleanValue
public BufferedValue.BooleanValue(boolean v)
write
public void write(CsvEncoder w)
throws IOException
- Specified by:
write in class BufferedValue
- Throws:
IOException
Copyright © 2016 FasterXML. All rights reserved.