Package | Description |
---|---|
org.jsefa.common.mapping | |
org.jsefa.rbf.mapping | |
org.jsefa.xml.mapping |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.