Package | Description |
---|---|
org.axonframework.serialization |
Classes related to message processing in Axon Framework.
|
org.axonframework.serialization.json | |
org.axonframework.serialization.upcasting.event | |
org.axonframework.serialization.xml |
Modifier and Type | Class and Description |
---|---|
class |
ChainingConverter
Converter implementation that will combine converters to form chains of converters to be able to convert
from one type to another, for which there is no suitable single converter.
|
Modifier and Type | Method and Description |
---|---|
Converter |
Serializer.getConverter()
Returns the
Converter used by this Serializer to convert between serialized representations. |
Converter |
AbstractXStreamSerializer.getConverter()
Returns the Converter used by this serialized.
|
Converter |
JavaSerializer.getConverter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AbstractXStreamSerializer.Builder |
AbstractXStreamSerializer.Builder.converter(Converter converter)
Sets the
Converter used as a converter factory providing converter instances utilized by upcasters
to convert between different content types. |
Modifier and Type | Method and Description |
---|---|
Converter |
JacksonSerializer.getConverter() |
Modifier and Type | Method and Description |
---|---|
JacksonSerializer.Builder |
JacksonSerializer.Builder.converter(Converter converter)
Sets the
Converter used as a converter factory providing converter instances utilized by upcasters
to convert between different content types. |
Constructor and Description |
---|
UpcastedEventRepresentation(SerializedType outputType,
IntermediateEventRepresentation source,
Function<T,T> upcastFunction,
Function<MetaData,MetaData> metaDataUpcastFunction,
Class<T> requiredType,
Converter converter)
Initializes an
UpcastedEventRepresentation from source data and given upcast functions for payload and
metadata. |
Modifier and Type | Method and Description |
---|---|
XStreamSerializer.Builder |
XStreamSerializer.Builder.converter(Converter converter) |
Copyright © 2010–2020. All rights reserved.