public class CsvObjectReader
extends com.fasterxml.jackson.databind.ObjectReader
Modifier | Constructor and Description |
---|---|
|
CsvObjectReader(com.fasterxml.jackson.databind.ObjectMapper mapper,
com.fasterxml.jackson.databind.DeserializationConfig config) |
protected |
CsvObjectReader(com.fasterxml.jackson.databind.ObjectMapper mapper,
com.fasterxml.jackson.databind.DeserializationConfig config,
com.fasterxml.jackson.databind.JavaType valueType,
Object valueToUpdate,
com.fasterxml.jackson.core.FormatSchema schema,
com.fasterxml.jackson.databind.InjectableValues injectableValues) |
protected |
CsvObjectReader(com.fasterxml.jackson.databind.ObjectReader base,
com.fasterxml.jackson.databind.DeserializationConfig config) |
protected |
CsvObjectReader(com.fasterxml.jackson.databind.ObjectReader base,
com.fasterxml.jackson.databind.DeserializationConfig config,
com.fasterxml.jackson.databind.JavaType valueType,
com.fasterxml.jackson.databind.JsonDeserializer<Object> rootDeser,
Object valueToUpdate,
com.fasterxml.jackson.core.FormatSchema schema,
com.fasterxml.jackson.databind.InjectableValues injectableValues,
com.fasterxml.jackson.databind.deser.DataFormatReaders dataFormatReaders) |
protected |
CsvObjectReader(com.fasterxml.jackson.databind.ObjectReader base,
com.fasterxml.jackson.core.JsonFactory f) |
Modifier and Type | Method and Description |
---|---|
protected com.fasterxml.jackson.databind.ObjectReader |
_new(com.fasterxml.jackson.databind.ObjectReader base,
com.fasterxml.jackson.databind.DeserializationConfig config) |
protected com.fasterxml.jackson.databind.ObjectReader |
_new(com.fasterxml.jackson.databind.ObjectReader base,
com.fasterxml.jackson.databind.DeserializationConfig config,
com.fasterxml.jackson.databind.JavaType valueType,
com.fasterxml.jackson.databind.JsonDeserializer<Object> rootDeser,
Object valueToUpdate,
com.fasterxml.jackson.core.FormatSchema schema,
com.fasterxml.jackson.databind.InjectableValues injectableValues,
com.fasterxml.jackson.databind.deser.DataFormatReaders dataFormatReaders) |
protected com.fasterxml.jackson.databind.ObjectReader |
_new(com.fasterxml.jackson.databind.ObjectReader base,
com.fasterxml.jackson.core.JsonFactory f) |
_bind, _bindAndClose, _bindAndCloseAsTree, _bindAndReadValues, _bindAsTree, _detectBindAndClose, _detectBindAndClose, _detectBindAndCloseAsTree, _detectBindAndReadValues, _findRootDeserializer, _initForMultiRead, _initForReading, _inputStream, _inputStream, _newIterator, _prefetchRootDeserializer, _reportUndetectableSource, _reportUnkownFormat, _unwrapAndDeserialize, _verifySchemaType, _with, createArrayNode, createDeserializationContext, createObjectNode, forType, forType, forType, getAttributes, getConfig, getFactory, getJsonFactory, getTypeFactory, isEnabled, isEnabled, isEnabled, readTree, readTree, readTree, readTree, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValues, readValues, readValues, readValues, readValues, readValues, readValues, readValues, readValues, readValues, readValues, readValues, treeAsTokens, treeToValue, version, with, with, with, with, with, with, with, with, with, with, with, with, withAttribute, withAttributes, withFeatures, withFeatures, withFormatDetection, withFormatDetection, withHandler, without, without, without, withoutAttribute, withoutFeatures, withoutFeatures, withRootName, withType, withType, withType, withType, withValueToUpdate, withView, writeTree, writeValue
public CsvObjectReader(com.fasterxml.jackson.databind.ObjectMapper mapper, com.fasterxml.jackson.databind.DeserializationConfig config)
protected CsvObjectReader(com.fasterxml.jackson.databind.ObjectMapper mapper, com.fasterxml.jackson.databind.DeserializationConfig config, com.fasterxml.jackson.databind.JavaType valueType, Object valueToUpdate, com.fasterxml.jackson.core.FormatSchema schema, com.fasterxml.jackson.databind.InjectableValues injectableValues)
protected CsvObjectReader(com.fasterxml.jackson.databind.ObjectReader base, com.fasterxml.jackson.databind.DeserializationConfig config, com.fasterxml.jackson.databind.JavaType valueType, com.fasterxml.jackson.databind.JsonDeserializer<Object> rootDeser, Object valueToUpdate, com.fasterxml.jackson.core.FormatSchema schema, com.fasterxml.jackson.databind.InjectableValues injectableValues, com.fasterxml.jackson.databind.deser.DataFormatReaders dataFormatReaders)
protected CsvObjectReader(com.fasterxml.jackson.databind.ObjectReader base, com.fasterxml.jackson.databind.DeserializationConfig config)
protected CsvObjectReader(com.fasterxml.jackson.databind.ObjectReader base, com.fasterxml.jackson.core.JsonFactory f)
protected com.fasterxml.jackson.databind.ObjectReader _new(com.fasterxml.jackson.databind.ObjectReader base, com.fasterxml.jackson.core.JsonFactory f)
_new
in class com.fasterxml.jackson.databind.ObjectReader
protected com.fasterxml.jackson.databind.ObjectReader _new(com.fasterxml.jackson.databind.ObjectReader base, com.fasterxml.jackson.databind.DeserializationConfig config)
_new
in class com.fasterxml.jackson.databind.ObjectReader
protected com.fasterxml.jackson.databind.ObjectReader _new(com.fasterxml.jackson.databind.ObjectReader base, com.fasterxml.jackson.databind.DeserializationConfig config, com.fasterxml.jackson.databind.JavaType valueType, com.fasterxml.jackson.databind.JsonDeserializer<Object> rootDeser, Object valueToUpdate, com.fasterxml.jackson.core.FormatSchema schema, com.fasterxml.jackson.databind.InjectableValues injectableValues, com.fasterxml.jackson.databind.deser.DataFormatReaders dataFormatReaders)
_new
in class com.fasterxml.jackson.databind.ObjectReader
Copyright © 2014-2015 FasterXML. All Rights Reserved.