Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.axonframework.upcasting Classes and Interfaces - 12 results found.
| Name | Description | Type | Package | Framework |
| AbstractSingleEntryUpcaster | Abstract 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 serialized | Class | org.axonframework.upcasting | Axon |
|
| AbstractUpcasterChain | Abstract implementation of the UpcasterChain interface. | Class | org.axonframework.upcasting | Axon |
|
| ExtendedUpcaster | Extension of the Upcaster interface that allows type upcasting to be based on the contents of the serialized object. | Interface | org.axonframework.upcasting | Axon |
|
| LazyUpcasterChain | UpcasterChain implementation that delays the actual upcasting until the data inside the returned SerializedObject is actually fetched. | Class | org.axonframework.upcasting | Axon |
|
| SerializedDomainEventUpcastingContext | | Class | org.axonframework.upcasting | Axon |
|
| SimpleUpcasterChain | Represents a series of upcasters which are combined to upcast a SerializedObject to the most recent revision of that payload. | Class | org.axonframework.upcasting | Axon |
|
| Upcaster | Interface for Upcasters. | Interface | org.axonframework.upcasting | Axon |
|
| UpcasterAware | Interface indicating that the implementing mechanism is aware of Upcasters. | Interface | org.axonframework.upcasting | Axon |
|
| UpcasterChain | Represents a series of upcasters which are combined to upcast a SerializedObject to the most recent revision of that payload. | Interface | org.axonframework.upcasting | Axon |
|
| UpcastingContext | Interface describing an object that provides contextual information about the object being upcast. | Interface | org.axonframework.upcasting | Axon |
|
| UpcastSerializedDomainEventData | SerializedDomainEventData implementation that can be used to duplicate existing SerializedDomainEventData instances after upcasting a payload. | Class | org.axonframework.upcasting | Axon |
|
| UpcastUtils | Utility class that optimizes tasks related to upcasting. | Class | org.axonframework.upcasting | Axon |