Class BufferedValue.BooleanValue

java.lang.Object
tools.jackson.dataformat.csv.impl.BufferedValue
tools.jackson.dataformat.csv.impl.BufferedValue.BooleanValue
Enclosing class:
BufferedValue

protected static final class BufferedValue.BooleanValue extends BufferedValue
  • Field Details

  • Constructor Details

    • BooleanValue

      public BooleanValue(boolean v)
  • Method Details

    • write

      public void write(CsvEncoder w) throws tools.jackson.core.JacksonException
      Specified by:
      write in class BufferedValue
      Throws:
      tools.jackson.core.JacksonException