Package | Description |
---|---|
org.axonframework.quickstart | |
org.axonframework.upcasting |
Modifier and Type | Method and Description |
---|---|
org.dom4j.Document |
RunUpcaster.ToDoItemUpcaster.doUpcast(SerializedObject<org.dom4j.Document> intermediateRepresentation,
UpcastingContext context) |
Modifier and Type | Class and Description |
---|---|
class |
SerializedDomainEventUpcastingContext
Implementation of UpcastingContext that builds a context based on the information of a serialized domain event
|
Modifier and Type | Method and Description |
---|---|
protected abstract T |
AbstractSingleEntryUpcaster.doUpcast(SerializedObject<T> intermediateRepresentation,
UpcastingContext context)
Upcasts the given
intermediateRepresentation into zero or more other representations. |
protected <T> List<SerializedObject<?>> |
SimpleUpcasterChain.doUpcast(Upcaster<T> upcaster,
SerializedObject<?> sourceObject,
List<SerializedType> targetTypes,
UpcastingContext context) |
protected <T> List<SerializedObject<?>> |
LazyUpcasterChain.doUpcast(Upcaster<T> upcaster,
SerializedObject<?> sourceObject,
List<SerializedType> targetTypes,
UpcastingContext context) |
protected abstract <T> List<SerializedObject<?>> |
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) |
Copyright © 2010-2014. All Rights Reserved.