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

Packages that use TypeMapping
net.sf.jsefa.common.annotation   
net.sf.jsefa.common.mapping   
net.sf.jsefa.csv.annotation   
net.sf.jsefa.csv.mapping   
net.sf.jsefa.flr.annotation   
net.sf.jsefa.flr.mapping   
net.sf.jsefa.rbf.annotation   
net.sf.jsefa.rbf.mapping   
net.sf.jsefa.xml.mapping   
 

Uses of TypeMapping in net.sf.jsefa.common.annotation
 

Subclasses of TypeMapping in net.sf.jsefa.common.annotation
protected  class TypeMappingFactory.TypeMappingPlaceholder
          A placeholder for a type mapping used during the construction of a type mapping, i. e. between calling TypeMappingFactory.prepareToCreate(Class, Object) and the registration of the type mapping.
 

Uses of TypeMapping in net.sf.jsefa.common.mapping
 

Subclasses of TypeMapping in net.sf.jsefa.common.mapping
 class ComplexTypeMapping<N,D extends NodeDescriptor<?>,M extends NodeMapping<N,?>>
          A mapping between a java object type and a complex data type of the exchange format.
 class ListTypeMapping<N,D extends NodeDescriptor<?>,M extends NodeMapping<N,D>>
          A mapping between a java object type and a list data type of the exchange format.
 class MapTypeMapping<N,K extends NodeMapping<N,?>,D extends NodeDescriptor<?>,V extends NodeMapping<N,D>>
          A mapping between a java map type and a map data type of the exchange format.
 class SimpleTypeMapping<N>
          A mapping between a java object type and a simple data type.
 

Methods in net.sf.jsefa.common.mapping that return TypeMapping
 TypeMapping<D> TypeMappingRegistry.get(D dataTypeName)
          Returns the type mapping registered under the given data type name.
 

Methods in net.sf.jsefa.common.mapping with parameters of type TypeMapping
 void TypeMappingRegistry.register(TypeMapping<D> typeMapping)
          Registers the given type mapping under its data type name.
 

Uses of TypeMapping in net.sf.jsefa.csv.annotation
 

Methods in net.sf.jsefa.csv.annotation that return TypeMapping
protected  TypeMapping<String> CsvTypeMappingFactory.createSimpleTypeMapping(Class<?> objectType, String dataTypeName, SimpleTypeConverter converter, Field field)
          Creates a new simple type mapping.
 

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

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

Uses of TypeMapping in net.sf.jsefa.flr.annotation
 

Methods in net.sf.jsefa.flr.annotation that return TypeMapping
protected  TypeMapping<String> FlrTypeMappingFactory.createSimpleTypeMapping(Class<?> objectType, String dataTypeName, SimpleTypeConverter converter, Field field)
          Creates a new simple type mapping.
 

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

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

Uses of TypeMapping in net.sf.jsefa.rbf.annotation
 

Methods in net.sf.jsefa.rbf.annotation that return TypeMapping
protected abstract  TypeMapping<String> RbfTypeMappingFactory.createSimpleTypeMapping(Class<?> objectType, String dataTypeName, SimpleTypeConverter converter, Field field)
          Creates a new simple type mapping.
 

Uses of TypeMapping in net.sf.jsefa.rbf.mapping
 

Subclasses of TypeMapping in net.sf.jsefa.rbf.mapping
 class RbfComplexTypeMapping
          A mapping between a java object type and a complex RBF data type.
 class RbfListTypeMapping
          A mapping between a java object type and a RBF list data type.
 

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

Subclasses of TypeMapping in net.sf.jsefa.xml.mapping
 class XmlComplexTypeMapping
          A mapping between a java object type and a XML complex data type.
 class XmlListTypeMapping
          A mapping between a java object type and a XML list data type.
 class XmlMapTypeMapping
          A mapping between a java map type and a XML map data type.
 class XmlSimpleTypeMapping
          A mapping between a java object type and a simple XML data type.
 



Copyright © 2014. All rights reserved.