Uses of Class
org.axonframework.serialization.ChainedConverter
Packages that use ChainedConverter
Package
Description
Classes related to message processing in Axon Framework.
-
Uses of ChainedConverter in org.axonframework.serialization
Methods in org.axonframework.serialization that return ChainedConverterModifier and TypeMethodDescriptionstatic <S,T> ChainedConverter <S, T> ChainedConverter.calculateChain(Class<S> sourceType, Class<T> targetType, Collection<ContentTypeConverter<?, ?>> candidates) Returns a converter that can convert an IntermediateRepresentation from the givensourceTypeto the giventargetTypeusing a chain formed with givencandidates.