Package org.axonframework.serialization.upcasting
package org.axonframework.serialization.upcasting
-
ClassDescriptionAbstract implementation of an
Upcasterthat eases the common process of upcasting one intermediate representation to several other representations by applying a simple flat mapping function to the input stream of intermediate representations.Abstract implementation of anUpcasterthat eases the common process of upcasting one intermediate representation to another representation by applying a simple mapping function to the input stream of intermediate representations.Implementation of anUpcasterthat is formed of a chain of other upcasters which are combined to upcast a stream of intermediate objects.Abstract implementation of anUpcasterthat eases the common process of upcasting one intermediate representation to several other representations by applying a simple flat mapping function to the input stream of intermediate representations.Abstract implementation of anUpcasterthat eases the common process of upcasting one intermediate representation to another representation by applying a simple mapping function to the input stream of intermediate representations.Upcaster<T>Interface for Upcasters.