Package | Description |
---|---|
com.fasterxml.jackson.dataformat.csv |
Modifier and Type | Method and Description |
---|---|
protected CsvObjectReader |
CsvMapper._newReader(com.fasterxml.jackson.databind.DeserializationConfig config) |
protected CsvObjectReader |
CsvMapper._newReader(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) |
CsvObjectReader |
CsvMapper.readerWithSchemaFor(Class<?> pojoType)
Convenience method which is functionally equivalent to:
|
CsvObjectReader |
CsvMapper.readerWithTypedSchemaFor(Class<?> pojoType)
Convenience method which is functionally equivalent to:
|
Copyright © 2014-2015 FasterXML. All Rights Reserved.