Uses of Class
org.axonframework.serializer.ChainedConverter

Packages that use ChainedConverter
org.axonframework.serializer   
 

Uses of ChainedConverter in org.axonframework.serializer
 

Methods in org.axonframework.serializer that return ChainedConverter
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 given sourceType to the given targetType using a chain formed with given candidates.
 



Copyright © 2010-2016. All Rights Reserved.