Package | Description |
---|---|
org.axonframework.serialization.upcasting | |
org.axonframework.serialization.upcasting.event |
Modifier and Type | Class and Description |
---|---|
class |
ContextAwareSingleEntryMultiUpcaster<T,C>
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. |
class |
ContextAwareSingleEntryUpcaster<T,C>
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. |
class |
GenericUpcasterChain<T>
Implementation of an
Upcaster that is formed of a chain of other upcasters which are combined to upcast a
stream of intermediate objects. |
class |
SingleEntryMultiUpcaster<T>
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. |
class |
SingleEntryUpcaster<T>
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. |
Modifier and Type | Method and Description |
---|---|
protected List<? extends Upcaster<T>> |
GenericUpcasterChain.getUpcasters()
Returns the list of
upcasters that makes up this chain. |
Constructor and Description |
---|
GenericUpcasterChain(Upcaster<T>... upcasters)
Initializes an upcaster chain from one or more upcasters.
|
Constructor and Description |
---|
GenericUpcasterChain(List<? extends Upcaster<T>> upcasters)
Initializes an upcaster chain from the given list of upcasters.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EventUpcaster
Interface that is used for upcasters of event data.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextAwareEventMultiUpcaster<C>
Abstract implementation of a
SingleEntryMultiUpcaster and an EventUpcaster that eases the common
process of upcasting one intermediate event representation to several other representations by applying a flat
mapping function to the input stream of intermediate representations. |
class |
ContextAwareSingleEventUpcaster<C>
Abstract implementation of an event
Upcaster that eases the common process of upcasting one intermediate
event representation to another representation by applying a simple mapping function to the input stream of
intermediate representations. |
class |
EventMultiUpcaster
Abstract implementation of a
SingleEntryMultiUpcaster and an EventUpcaster that eases the common
process of upcasting one intermediate event representation to several other representations by applying a flat
mapping function to the input stream of intermediate representations. |
class |
EventTypeUpcaster
A
SingleEventUpcaster implementation which allows for type upcasting only. |
class |
EventUpcasterChain
Upcaster chain used to upcast
event representations . |
class |
NoOpEventUpcaster
Event upcaster that does nothing.
|
class |
SingleEventUpcaster
Abstract implementation of an event
Upcaster that eases the common process of upcasting one intermediate
event representation to another representation by applying a simple mapping function to the input stream of
intermediate representations. |
Copyright © 2010–2023. All rights reserved.