Package | Description |
---|---|
org.axonframework.serializer.bson | |
org.axonframework.serializer.converters | |
org.axonframework.serializer.json | |
org.axonframework.serializer.xml |
Modifier and Type | Class and Description |
---|---|
class |
DBObjectToStringContentTypeConverter
ContentTypeConverter implementation that converts a DBObject structure into a String containing its Binary JSON
representation.
|
class |
StringToDBObjectContentTypeConverter
ContentTypeConverter implementation that converts a String containing its Binary JSON representation into a DBObject
structure.
|
Modifier and Type | Class and Description |
---|---|
class |
BlobToInputStreamConverter |
class |
ByteArrayToInputStreamConverter
ContentTypeConverter that converts byte arrays into InputStream.
|
class |
ByteArrayToStringConverter
ContentTypeConverter that converts byte arrays into Strings.
|
class |
InputStreamToByteArrayConverter
Converter that converts an InputStream to a byte array.
|
class |
StringToByteArrayConverter
ContentTypeConverter that converts String into byte arrays.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayToJsonNodeConverter
ContentTypeConverter implementation that converts byte[] containing UTF8 encoded JSON string to a Jackson JsonNode.
|
class |
JsonNodeToByteArrayConverter
ContentTypeConverter implementation that converts a JsonNode object into a byte[].
|
Modifier and Type | Class and Description |
---|---|
class |
Dom4JToByteArrayConverter
Converter that converts Dom4j Document instances to a byte array.
|
class |
InputStreamToDom4jConverter
Converter that converts an input stream to a Dom4J document.
|
class |
InputStreamToXomConverter
Converter that converts an input stream to a XOM document.
|
class |
XomToStringConverter
Converter that converts XOM Document instances to a String.
|
Copyright © 2010-2014. All Rights Reserved.