Uses of Package
org.axonframework.serialization.upcasting
Packages that use org.axonframework.serialization.upcasting
Package
Description
-
-
Classes in org.axonframework.serialization.upcasting used by org.axonframework.serialization.upcasting.eventClassDescriptionAbstract 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.Interface for Upcasters.