|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CsvIOFactory | |
---|---|
net.sf.jsefa.csv |
Uses of CsvIOFactory in net.sf.jsefa.csv |
---|
Subclasses of CsvIOFactory in net.sf.jsefa.csv | |
---|---|
class |
CsvIOFactoryImpl
Default implementation of CsvIOFactory . |
Methods in net.sf.jsefa.csv that return CsvIOFactory | |
---|---|
static CsvIOFactory |
CsvIOFactory.createFactory(Class<?>... objectTypes)
Creates a new CsvIOFactory for CsvSerializer s and
CsvDeserializer s which can handle objects of the given object types. |
static CsvIOFactory |
CsvIOFactoryImpl.createFactory(CsvConfiguration config)
Creates a new CsvIOFactory for CsvSerializer s and
CsvDeserializer s using the given configuration. |
static CsvIOFactory |
CsvIOFactory.createFactory(CsvConfiguration config)
Creates a new CsvIOFactory for CsvSerializer s and
CsvDeserializer s using the given configuration. |
static CsvIOFactory |
CsvIOFactory.createFactory(CsvConfiguration config,
Class<?>... objectTypes)
Creates a new CsvIOFactory for CsvSerializer s and
CsvDeserializer s which can handle objects of the given object types as well as those object
types for which entry points are defined in the config . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |