Package | Description |
---|---|
org.axonframework.serialization.upcasting | |
org.axonframework.serialization.upcasting.event |
Class and Description |
---|
Upcaster
Interface for Upcasters.
|
Class and Description |
---|
ContextAwareSingleEntryMultiUpcaster
Abstract implementation of an
Upcaster that eases the common process of upcasting one intermediate
representation to several other representations by applying a simple flat mapping function to the input stream of
intermediate representations. |
ContextAwareSingleEntryUpcaster
Abstract implementation of an
Upcaster that eases the common process of upcasting one intermediate
representation to another representation by applying a simple mapping function to the input stream of intermediate
representations. |
GenericUpcasterChain
Implementation of an
Upcaster that is formed of a chain of other upcasters which are combined to upcast a
stream of intermediate objects. |
SingleEntryMultiUpcaster
Abstract implementation of an
Upcaster that eases the common process of upcasting one intermediate
representation to several other representations by applying a simple flat mapping function to the input stream of
intermediate representations. |
SingleEntryUpcaster
Abstract implementation of an
Upcaster that eases the common process of upcasting one intermediate
representation to another representation by applying a simple mapping function to the input stream of intermediate
representations. |
Upcaster
Interface for Upcasters.
|
Copyright © 2010–2017. All rights reserved.