Package | Description |
---|---|
org.axonframework.serializer |
Modifier and Type | Method and 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 given
sourceType to the
given targetType using a chain formed with given candidates . |
Copyright © 2010-2014. All Rights Reserved.