Uses of Interface
net.sf.jsefa.IOFactory

Packages that use IOFactory
net.sf.jsefa.csv   
net.sf.jsefa.flr   
net.sf.jsefa.rbf   
net.sf.jsefa.xml   
 

Uses of IOFactory in net.sf.jsefa.csv
 

Classes in net.sf.jsefa.csv that implement IOFactory
 class CsvIOFactory
          Factory for creating CsvSerializers and CsvDeserializers.
 class CsvIOFactoryImpl
          Default implementation of CsvIOFactory.
 

Uses of IOFactory in net.sf.jsefa.flr
 

Classes in net.sf.jsefa.flr that implement IOFactory
 class FlrIOFactory
          Factory for creating FlrSerializers and FlrDeserializers.
 class FlrIOFactoryImpl
          Default implementation of FlrIOFactory.
 

Uses of IOFactory in net.sf.jsefa.rbf
 

Classes in net.sf.jsefa.rbf that implement IOFactory
 class RbfIOFactory<C extends Configuration<RbfTypeMappingRegistry,RbfEntryPoint>,S extends RbfSerializer,D extends RbfDeserializer>
          Abstract super class for RBF factories.
 

Uses of IOFactory in net.sf.jsefa.xml
 

Classes in net.sf.jsefa.xml that implement IOFactory
 class XmlIOFactory
          Factory for creating XmlSerializers and XmlDeserializers.
 class XmlIOFactoryImpl
          Default implementation of XmlIOFactory.
 



Copyright © 2014. All rights reserved.