|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Upcaster | |
|---|---|
| org.axonframework.upcasting | |
| Uses of Upcaster in org.axonframework.upcasting |
|---|
| Methods in org.axonframework.upcasting with parameters of type Upcaster | ||
|---|---|---|
protected
|
SimpleUpcasterChain.doUpcast(Upcaster<T> upcaster,
SerializedObject<?> sourceObject,
List<SerializedType> targetTypes)
|
|
protected
|
LazyUpcasterChain.doUpcast(Upcaster<T> upcaster,
SerializedObject<?> sourceObject,
List<SerializedType> targetTypes)
|
|
protected abstract
|
AbstractUpcasterChain.doUpcast(Upcaster<T> upcaster,
SerializedObject<?> sourceObject,
List<SerializedType> targetTypes)
Performs the actual upcasting by the given upcaster on the given sourceObject. |
|
| Constructors in org.axonframework.upcasting with parameters of type Upcaster | |
|---|---|
SimpleUpcasterChain(ConverterFactory converterFactory,
Upcaster... upcasters)
Initialize a chain of the given upcasters and using the given converterFactory to
create converters for the intermediate representations used by the upcasters. |
|
| Constructor parameters in org.axonframework.upcasting with type arguments of type Upcaster | |
|---|---|
AbstractUpcasterChain(ConverterFactory converterFactory,
List<Upcaster> upcasters)
Initializes the UpcasterChain with given converterFactory and upcasters. |
|
AbstractUpcasterChain(List<Upcaster> upcasters)
Initializes the UpcasterChain with given upcasters and a ChainingConverterFactory to
convert between content types. |
|
LazyUpcasterChain(ConverterFactory converterFactory,
List<Upcaster> upcasters)
Initializes the UpcasterChain with given converterFactory and upcasters. |
|
LazyUpcasterChain(List<Upcaster> upcasters)
Initializes the UpcasterChain with given upcasters and a ChainingConverterFactory to
convert between content types. |
|
SimpleUpcasterChain(ConverterFactory converterFactory,
List<Upcaster> upcasters)
Initializes the UpcasterChain with given converterFactory and upcasters. |
|
SimpleUpcasterChain(List<Upcaster> upcasters)
Initializes the UpcasterChain with given upcasters and a ChainingConverterFactory to
convert between content types. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||