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

Packages that use NodeMapping
net.sf.jsefa.common.mapping   
net.sf.jsefa.rbf.mapping   
net.sf.jsefa.xml.mapping   
 

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

Classes in net.sf.jsefa.common.mapping with type parameters of type NodeMapping
 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 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.
 

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

Subclasses of NodeMapping in net.sf.jsefa.rbf.mapping
 class FieldMapping
          A mapping between an rbf field node and a java object.
 class RbfNodeMapping<T extends RbfNodeDescriptor>
          A mapping between an rbf node and a java object.
 class RecordMapping
          A mapping between an rbf record node and a java object.
 

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

Subclasses of NodeMapping in net.sf.jsefa.xml.mapping
 class AttributeMapping
          A mapping between an XML attribute node and a java object.
 class ElementMapping
          A mapping between an XML element node and a java object.
 class TextContentMapping
          A mapping between an XML text node and a java object.
 class XmlNodeMapping<T extends XmlNodeDescriptor>
          A mapping between an XML node and a java object.
 



Copyright © 2014. All rights reserved.