Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.axonframework.upcasting Classes and Interfaces - 12 results found.
NameDescriptionTypePackageFramework
AbstractSingleEntryUpcasterAbstract implementation of an upcaster that only needs to convert one serialized object to another using the same This class is not suitable when an upcaster needs to convert a single serialized object to multiple new serializedClassorg.axonframework.upcastingAxon
AbstractUpcasterChainAbstract implementation of the UpcasterChain interface.Classorg.axonframework.upcastingAxon
ExtendedUpcasterExtension of the Upcaster interface that allows type upcasting to be based on the contents of the serialized object.Interfaceorg.axonframework.upcastingAxon
LazyUpcasterChainUpcasterChain implementation that delays the actual upcasting until the data inside the returned SerializedObject is actually fetched.Classorg.axonframework.upcastingAxon
SerializedDomainEventUpcastingContextClassorg.axonframework.upcastingAxon
SimpleUpcasterChainRepresents a series of upcasters which are combined to upcast a SerializedObject to the most recent revision of that payload.Classorg.axonframework.upcastingAxon
UpcasterInterface for Upcasters.Interfaceorg.axonframework.upcastingAxon
UpcasterAwareInterface indicating that the implementing mechanism is aware of Upcasters.Interfaceorg.axonframework.upcastingAxon
UpcasterChainRepresents a series of upcasters which are combined to upcast a SerializedObject to the most recent revision of that payload.Interfaceorg.axonframework.upcastingAxon
UpcastingContextInterface describing an object that provides contextual information about the object being upcast.Interfaceorg.axonframework.upcastingAxon
UpcastSerializedDomainEventDataSerializedDomainEventData implementation that can be used to duplicate existing SerializedDomainEventData instances after upcasting a payload.Classorg.axonframework.upcastingAxon
UpcastUtilsUtility class that optimizes tasks related to upcasting.Classorg.axonframework.upcastingAxon