|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
CsvSchema.Builder.addArrayColumn(String, String) instead
CsvParser.Feature for list of features)
CsvGenerator.Feature for list of features)
CsvParser.Feature for list of features)
BigDecimal.
JsonEncoding defines encodings
for JSON.ObjectMapper, with extended functionality to
produce CsvSchema instances out of POJOs.CsvMapper.copy().
JsonParser implementation used to expose CSV documents
in form that allows other Jackson functionality to deal
with it.FormatSchema sub-type that defines properties of
a CSV document to read or write.CsvSchema.CsvSchema(Column[], int, char, int, int, char[], String, char[], String) instead
withXxx() methods.
sortedBy() methods.
CsvSchema instances.#Column(int, String, ColumnType, String) instead
null is used as marker.
CsvParser.Feature for list of features)
CsvGenerator.Feature for list of features)
CsvParser.Feature for list of features)
CsvSchema.Builder.disableArrayElementSeparator() instead
CsvParser.Feature for list of features)
CsvGenerator.Feature for list of features)
CsvParser.Feature for list of features)
CsvFactory
CsvSchema.Column.getNext() iff name of that
column is same as given name
CsvSchema.getNullValue() except that undefined null value (one that remains as null,
or explicitly set as such) will be returned as empty char[]
CsvParser.Feature
is enabled.
CsvSchema.Builder.setArrayElementSeparator(String) instead
CsvSchema.Builder.setArrayElementSeparator(String) instead
CsvSchema.Builder.setUseHeader(boolean).
CsvSchema.skipsFirstDataRow() instead
Comparator over column names.
JsonToken.END_ARRAY for wrapping.
JsonToken.FIELD_NAME or value
(depending on whether entries are expressed as
Objects or just Arrays); or
matching close marker.
JsonToken.START_OBJECT
(or if no Schema is provided, JsonToken.START_ARRAY).
TextBuffer.contentsAsString(), since it's not guaranteed that resulting
String is cached.
CsvSchema.usesHeader() instead
CsvSchema.withArrayElementSeparator(String) instead
CsvSchema.Column.withArrayElementSeparator(String) instead
null disables use of
"any properties" (and they are either ignored, or an exception
is thrown, depending on other settings); setting it to a non-null
String value will expose all extra properties under one specified
name.
null disables use of
"any properties" (and they are either ignored, or an exception
is thrown, depending on other settings); setting it to a non-null
String value will expose all extra properties under one specified
name.
CsvParser.getBinaryValue(com.fasterxml.jackson.core.Base64Variant) will not need to decode data more
than once.
_outputBuffer is recyclable (and
needs to be returned to recycler once we are done) or not.
JsonToken.FIELD_NAME as well as value tokens immediately
following field name.
CsvGenerator.Features
are enabled.
_mayNeedQuotes) instead, if necessary.
Writer used for output.
CsvEncoder._out.
CsvEncoder._outputBuffer.
CsvEncoder._outputBuffer
STATE_
constants.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||