Package | Description |
---|---|
org.axonframework.serialization |
Classes related to message processing in Axon Framework.
|
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–2020. All rights reserved.