Serialized Form
|
Package com.fasterxml.jackson.dataformat.csv |
_csvParserFeatures
int _csvParserFeatures
_csvGeneratorFeatures
int _csvGeneratorFeatures
_cfgColumnSeparator
char _cfgColumnSeparator
_cfgQuoteCharacter
char _cfgQuoteCharacter
_cfgLineSeparator
char[] _cfgLineSeparator
_untypedSchemas
LRUMap<K,V> _untypedSchemas
- Simple caching for schema instances, given that they are relatively expensive
to construct; this one is for "loose" (non-typed) schemas
_typedSchemas
LRUMap<K,V> _typedSchemas
- Simple caching for schema instances, given that they are relatively expensive
to construct; this one is for typed schemas
|
Package com.fasterxml.jackson.dataformat.csv.impl |
_maxEntries
int _maxEntries
Copyright © 2012 FasterXML. All Rights Reserved.