| Package | Description |
|---|---|
| org.jsefa.csv | |
| org.jsefa.csv.config |
| Modifier and Type | Method and Description |
|---|---|
static CsvIOFactory |
CsvIOFactoryImpl.createFactory(CsvConfiguration config)
Creates a new
CsvIOFactory for CsvSerializers and
CsvDeserializers using the given configuration. |
static CsvIOFactory |
CsvIOFactory.createFactory(CsvConfiguration config)
Creates a new
CsvIOFactory for CsvSerializers and
CsvDeserializers using the given configuration. |
static CsvIOFactory |
CsvIOFactory.createFactory(CsvConfiguration config,
Class<?>... objectTypes)
Creates a new
CsvIOFactory for CsvSerializers and
CsvDeserializers which can handle objects of the given object types as well as those object
types for which entry points are defined in the config. |
| Modifier and Type | Method and Description |
|---|---|
CsvConfiguration |
CsvConfiguration.createCopy()
Creates a copy of this
Configuration. |
Copyright © 2014. All rights reserved.