Uses of Interface
org.axonframework.serialization.upcasting.Upcaster
Packages that use Upcaster
Package
Description
-
Uses of Upcaster in org.axonframework.serialization.upcasting
Classes in org.axonframework.serialization.upcasting that implement UpcasterModifier and TypeClassDescriptionclassAbstract 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.classAbstract 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.classImplementation of anUpcasterthat is formed of a chain of other upcasters which are combined to upcast a stream of intermediate objects.classAbstract 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.classAbstract 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.Methods in org.axonframework.serialization.upcasting that return types with arguments of type UpcasterModifier and TypeMethodDescriptionGenericUpcasterChain.getUpcasters()Returns the list ofupcastersthat makes up this chain.Constructors in org.axonframework.serialization.upcasting with parameters of type UpcasterModifierConstructorDescriptionGenericUpcasterChain(Upcaster<T>... upcasters) Initializes an upcaster chain from one or more upcasters.Constructor parameters in org.axonframework.serialization.upcasting with type arguments of type UpcasterModifierConstructorDescriptionGenericUpcasterChain(List<? extends Upcaster<T>> upcasters) Initializes an upcaster chain from the given list of upcasters. -
Uses of Upcaster in org.axonframework.serialization.upcasting.event
Subinterfaces of Upcaster in org.axonframework.serialization.upcasting.eventModifier and TypeInterfaceDescriptioninterfaceInterface that is used for upcasters of event data.Classes in org.axonframework.serialization.upcasting.event that implement UpcasterModifier and TypeClassDescriptionclassAbstract implementation of aSingleEntryMultiUpcasterand anEventUpcasterthat eases the common process of upcasting one intermediate event representation to several other representations by applying a flat mapping function to the input stream of intermediate representations.classAbstract implementation of an eventUpcasterthat eases the common process of upcasting one intermediate event representation to another representation by applying a simple mapping function to the input stream of intermediate representations.classAbstract implementation of aSingleEntryMultiUpcasterand anEventUpcasterthat eases the common process of upcasting one intermediate event representation to several other representations by applying a flat mapping function to the input stream of intermediate representations.classASingleEventUpcasterimplementation which allows for type upcasting only.classUpcaster chain used to upcastevent representations.enumEvent upcaster that does nothing.classAbstract implementation of an eventUpcasterthat eases the common process of upcasting one intermediate event representation to another representation by applying a simple mapping function to the input stream of intermediate representations.