Class BufferedValue.DoubleValue

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

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

    • _value

      private final double _value
  • Constructor Details

    • DoubleValue

      public DoubleValue(double 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