int[] escapes
protected Object readResolve()
CsvSchema _schema
int _csvParserFeatures
int _csvGeneratorFeatures
LRUMap<K,V> _untypedSchemas
LRUMap<K,V> _typedSchemas
CsvSchema _schema
CsvSchema.Column[] _columns
Map<K,V> _columnsByName
int _features
char _columnSeparator
String _arrayElementSeparator
int _quoteChar
int _escapeChar
char[] _lineSeparator
char[] _nullValue
String _anyPropertyName
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.String _name
int _index
CsvSchema.ColumnType _type
String _arrayElementSeparator
CsvValueDecorator _valueDecorator
null if none.
Used to add decoration on serialization (writing) and remove decoration
on deserialization (reading).CsvSchema.Column _next
int _maxEntries
Copyright © 2024 FasterXML. All rights reserved.