Package | Description |
---|---|
com.fasterxml.jackson.dataformat.csv |
Modifier and Type | Method and Description |
---|---|
static CsvEncoding |
CsvEncoding.from(com.fasterxml.jackson.core.JsonEncoding enc) |
static CsvEncoding |
CsvEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CsvEncoding[] |
CsvEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 FasterXML. All rights reserved.