Uses of Interface
org.axonframework.upcasting.UpcastingContext

Packages that use UpcastingContext
org.axonframework.quickstart   
org.axonframework.upcasting   
 

Uses of UpcastingContext in org.axonframework.quickstart
 

Methods in org.axonframework.quickstart with parameters of type UpcastingContext
 org.dom4j.Document RunUpcaster.ToDoItemUpcaster.doUpcast(SerializedObject<org.dom4j.Document> intermediateRepresentation, UpcastingContext context)
           
 

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
<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-2016. All Rights Reserved.