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