|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UpcastingContext | |
|---|---|
| org.axonframework.upcasting | |
| Uses of UpcastingContext in org.axonframework.upcasting |
|---|
| Classes in org.axonframework.upcasting that implement UpcastingContext | |
|---|---|
class |
SerializedDomainEventUpcastingContext
Implementation of UpcastingContext that builds a context based on the information of a serialized domain event |
| Methods in org.axonframework.upcasting with parameters of type UpcastingContext | ||
|---|---|---|
protected abstract T |
AbstractSingleEntryUpcaster.doUpcast(SerializedObject<T> intermediateRepresentation,
UpcastingContext context)
Upcasts the given intermediateRepresentation into zero or more other representations. |
|
protected
|
SimpleUpcasterChain.doUpcast(Upcaster<T> upcaster,
SerializedObject<?> sourceObject,
List<SerializedType> targetTypes,
UpcastingContext context)
|
|
protected
|
LazyUpcasterChain.doUpcast(Upcaster<T> upcaster,
SerializedObject<?> sourceObject,
List<SerializedType> targetTypes,
UpcastingContext context)
|
|
protected abstract
|
AbstractUpcasterChain.doUpcast(Upcaster<T> upcaster,
SerializedObject<?> sourceObject,
List<SerializedType> targetTypes,
UpcastingContext context)
Performs the actual upcasting by the given upcaster on the given sourceObject. |
|
List<SerializedObject<?>> |
Upcaster.upcast(SerializedObject<T> intermediateRepresentation,
List<SerializedType> expectedTypes,
UpcastingContext context)
Upcasts the given intermediateRepresentation into zero or more other representations. |
|
List<SerializedObject<?>> |
AbstractSingleEntryUpcaster.upcast(SerializedObject<T> intermediateRepresentation,
List<SerializedType> expectedTypes,
UpcastingContext context)
|
|
List<SerializedObject> |
UpcasterChain.upcast(SerializedObject serializedObject,
UpcastingContext upcastingContext)
Pass the given serializedObject through the chain of upcasters. |
|
List<SerializedObject> |
AbstractUpcasterChain.upcast(SerializedObject serializedObject,
UpcastingContext upcastingContext)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||