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 |
NodeMapping<D,N extends NodeDescriptor<?>>
A mapping between a node of the specific format and a java object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RbfNodeDescriptor
Descriptor for an rbf node.
|
Modifier and Type | Class and Description |
---|---|
class |
RbfFieldDescriptor
Descriptor for an rbf field.
|
class |
RecordDescriptor
Descriptor for an rbf record.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XmlNodeDescriptor
Descriptor for an xml node (e.
|
Modifier and Type | Class and Description |
---|---|
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.