Serialized Form


Package com.fasterxml.jackson.dataformat.csv

Class com.fasterxml.jackson.dataformat.csv.CsvFactory extends com.fasterxml.jackson.core.JsonFactory implements Serializable

Serialized Fields

_csvParserFeatures

int _csvParserFeatures

_csvGeneratorFeatures

int _csvGeneratorFeatures

_cfgColumnSeparator

char _cfgColumnSeparator

_cfgQuoteCharacter

char _cfgQuoteCharacter

_cfgLineSeparator

char[] _cfgLineSeparator

Class com.fasterxml.jackson.dataformat.csv.CsvMapper extends com.fasterxml.jackson.databind.ObjectMapper implements Serializable

Serialized Fields

_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

Class com.fasterxml.jackson.dataformat.csv.impl.LRUMap extends LinkedHashMap<K,V> implements Serializable

Serialized Fields

_maxEntries

int _maxEntries



Copyright © 2012 FasterXML. All Rights Reserved.