Package | Description |
---|---|
org.jsefa.csv | |
org.jsefa.csv.mapping | |
org.jsefa.flr | |
org.jsefa.flr.mapping | |
org.jsefa.rbf | |
org.jsefa.xml.mapping |
Modifier and Type | Method and Description |
---|---|
protected Object |
CsvDeserializerImpl.readSimpleValue(SimpleTypeMapping<?> typeMapping)
Reads a simple value from the stream using the given type mapping.
|
protected void |
CsvSerializerImpl.writeSimpleValue(Object object,
SimpleTypeMapping<?> mapping)
Writes the given value as a simple value using the 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 Object |
FlrDeserializerImpl.readSimpleValue(SimpleTypeMapping<?> typeMapping)
Reads a simple value from the stream using the given type mapping.
|
protected void |
FlrSerializerImpl.writeSimpleValue(Object object,
SimpleTypeMapping<?> mapping)
Writes the given value as a simple value using the 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 Object |
RbfDeserializerImpl.readSimpleValue(SimpleTypeMapping<?> typeMapping)
Reads a simple value from the stream using the given type mapping.
|
protected abstract void |
RbfSerializerImpl.writeSimpleValue(Object value,
SimpleTypeMapping<?> mapping)
Writes the given value as a simple value using the simple type mapping.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlSimpleTypeMapping
A mapping between a java object type and a simple XML data type.
|
Copyright © 2014. All rights reserved.