Uses of Class
io.axoniq.dataprotection.serialization.ChainedConverter
-
Packages that use ChainedConverter Package Description io.axoniq.dataprotection.serialization Light-weight version of the serialization functionality in Axon Framework. -
-
Uses of ChainedConverter in io.axoniq.dataprotection.serialization
Methods in io.axoniq.dataprotection.serialization that return ChainedConverter Modifier and Type Method Description static <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.
-