Class BufferedValue.RawValue

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

protected static final class BufferedValue.RawValue extends BufferedValue
Since:
2.5
  • Field Details

    • _value

      private final String _value
  • Constructor Details

    • RawValue

      public RawValue(String 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