Uses of Class
org.axonframework.serialization.upcasting.SingleEntryUpcaster
Packages that use SingleEntryUpcaster
-
Uses of SingleEntryUpcaster in org.axonframework.serialization.upcasting.event
Subclasses of SingleEntryUpcaster in org.axonframework.serialization.upcasting.eventModifier and TypeClassDescriptionclassASingleEventUpcasterimplementation which allows for type upcasting only.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.