Uses of Interface
org.axonframework.upcasting.Upcaster

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
<T> List<SerializedObject<?>>
SimpleUpcasterChain.doUpcast(Upcaster<T> upcaster, SerializedObject<?> sourceObject, List<SerializedType> targetTypes)
           
protected
<T> List<SerializedObject<?>>
LazyUpcasterChain.doUpcast(Upcaster<T> upcaster, SerializedObject<?> sourceObject, List<SerializedType> targetTypes)
           
protected abstract
<T> List<SerializedObject<?>>
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.
 



Copyright © 2010-2012. All Rights Reserved.