Class BufferedValue.LongValue

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

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

    • _value

      private final long _value
  • Constructor Details

    • LongValue

      public LongValue(long 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