Uses of Class
net.sf.jsefa.common.mapping.SimpleTypeMapping

Packages that use SimpleTypeMapping
net.sf.jsefa.csv   
net.sf.jsefa.csv.mapping   
net.sf.jsefa.flr   
net.sf.jsefa.flr.mapping   
net.sf.jsefa.rbf   
net.sf.jsefa.xml.mapping   
 

Uses of SimpleTypeMapping in net.sf.jsefa.csv
 

Methods in net.sf.jsefa.csv with parameters of type SimpleTypeMapping
protected  Object CsvDeserializerImpl.readSimpleValue(SimpleTypeMapping<?> typeMapping)
          Reads a simple value from the stream using the given type mapping.
protected  void CsvSerializerImpl.writeSimpleValue(Object object, SimpleTypeMapping<?> mapping)
          Writes the given value as a simple value using the simple type mapping.
 

Uses of SimpleTypeMapping in net.sf.jsefa.csv.mapping
 

Subclasses of SimpleTypeMapping in net.sf.jsefa.csv.mapping
 class CsvSimpleTypeMapping
          A mapping between a java object type and a simple CSV data type.
 

Uses of SimpleTypeMapping in net.sf.jsefa.flr
 

Methods in net.sf.jsefa.flr with parameters of type SimpleTypeMapping
protected  Object FlrDeserializerImpl.readSimpleValue(SimpleTypeMapping<?> typeMapping)
          Reads a simple value from the stream using the given type mapping.
protected  void FlrSerializerImpl.writeSimpleValue(Object object, SimpleTypeMapping<?> mapping)
          Writes the given value as a simple value using the simple type mapping.
 

Uses of SimpleTypeMapping in net.sf.jsefa.flr.mapping
 

Subclasses of SimpleTypeMapping in net.sf.jsefa.flr.mapping
 class FlrSimpleTypeMapping
          A mapping between a java object type and a simple FLR data type.
 

Uses of SimpleTypeMapping in net.sf.jsefa.rbf
 

Methods in net.sf.jsefa.rbf with parameters of type SimpleTypeMapping
protected abstract  Object RbfDeserializerImpl.readSimpleValue(SimpleTypeMapping<?> typeMapping)
          Reads a simple value from the stream using the given type mapping.
protected abstract  void RbfSerializerImpl.writeSimpleValue(Object value, SimpleTypeMapping<?> mapping)
          Writes the given value as a simple value using the simple type mapping.
 

Uses of SimpleTypeMapping in net.sf.jsefa.xml.mapping
 

Subclasses of SimpleTypeMapping in net.sf.jsefa.xml.mapping
 class XmlSimpleTypeMapping
          A mapping between a java object type and a simple XML data type.
 



Copyright © 2014. All rights reserved.