Uses of Interface
net.sf.jsefa.common.mapping.NodeDescriptor

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

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

Classes in net.sf.jsefa.common.mapping with type parameters of type NodeDescriptor
 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 NodeMapping<D,N extends NodeDescriptor<?>>
          A mapping between a node of the specific format and a java object.
 

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

Subinterfaces of NodeDescriptor in net.sf.jsefa.rbf.mapping
 interface RbfNodeDescriptor
          Descriptor for an rbf node.
 

Classes in net.sf.jsefa.rbf.mapping that implement NodeDescriptor
 class RbfFieldDescriptor
          Descriptor for an rbf field.
 class RecordDescriptor
          Descriptor for an rbf record.
 

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

Subinterfaces of NodeDescriptor in net.sf.jsefa.xml.mapping
 interface XmlNodeDescriptor
          Descriptor for an xml node (e. g. attribute or element).
 

Classes in net.sf.jsefa.xml.mapping that implement NodeDescriptor
 class AttributeDescriptor
          Descriptor for an xml attribute.
 class ElementDescriptor
          Descriptor for an xml element.
 class TextContentDescriptor
          Descriptor for the content of a non-simple xml element without child elements.
 



Copyright © 2014. All rights reserved.