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)
|