Package | Description |
---|---|
com.fasterxml.jackson.dataformat.csv | |
com.fasterxml.jackson.dataformat.csv.impl |
Modifier and Type | Field and Description |
---|---|
protected CsvWriter |
CsvGenerator._writer |
Constructor and Description |
---|
CsvGenerator(com.fasterxml.jackson.core.io.IOContext ctxt,
int jsonFeatures,
int csvFeatures,
com.fasterxml.jackson.core.ObjectCodec codec,
CsvWriter csvWriter) |
Modifier and Type | Method and Description |
---|---|
CsvWriter |
CsvWriter.setFeatures(int feat) |
CsvWriter |
CsvWriter.withSchema(CsvSchema schema) |
Modifier and Type | Method and Description |
---|---|
abstract void |
BufferedValue.write(CsvWriter w) |
void |
BufferedValue.TextValue.write(CsvWriter w) |
void |
BufferedValue.IntValue.write(CsvWriter w) |
void |
BufferedValue.LongValue.write(CsvWriter w) |
void |
BufferedValue.DoubleValue.write(CsvWriter w) |
void |
BufferedValue.BooleanValue.write(CsvWriter w) |
Constructor and Description |
---|
CsvWriter(CsvWriter base,
CsvSchema newSchema) |
Copyright © 2014 FasterXML. All Rights Reserved.