Modifier and Type | Class and Description |
---|---|
protected class |
TypeMappingFactory.TypeMappingPlaceholder
A placeholder for a type mapping used during the construction of a type mapping, i.
|
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 |
SimpleTypeMapping<N>
A mapping between a java object type and a simple data type.
|
Modifier and Type | Method and Description |
---|---|
TypeMapping<D> |
TypeMappingRegistry.get(D dataTypeName)
Returns the type mapping registered under the given data type name.
|
Modifier and Type | Method and Description |
---|---|
void |
TypeMappingRegistry.register(TypeMapping<D> typeMapping)
Registers the given type mapping under its data type name.
|
Modifier and Type | Method and Description |
---|---|
protected TypeMapping<String> |
CsvTypeMappingFactory.createSimpleTypeMapping(Class<?> objectType,
String dataTypeName,
SimpleTypeConverter converter,
Field field)
Creates a new simple type mapping.
|
Modifier and Type | Class and Description |
---|---|
class |
CsvSimpleTypeMapping
A mapping between a java object type and a simple CSV data type.
|
Modifier and Type | Method and Description |
---|---|
protected TypeMapping<String> |
FlrTypeMappingFactory.createSimpleTypeMapping(Class<?> objectType,
String dataTypeName,
SimpleTypeConverter converter,
Field field)
Creates a new simple type mapping.
|
Modifier and Type | Class and Description |
---|---|
class |
FlrSimpleTypeMapping
A mapping between a java object type and a simple FLR data type.
|
Modifier and Type | Method and Description |
---|---|
protected abstract TypeMapping<String> |
RbfTypeMappingFactory.createSimpleTypeMapping(Class<?> objectType,
String dataTypeName,
SimpleTypeConverter converter,
Field field)
Creates a new simple type mapping.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.