Class BufferedValue.TextValue

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

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

    • _value

      private final String _value
  • Constructor Details

    • TextValue

      public TextValue(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