Package org.axonframework.conversion
package org.axonframework.conversion
Classes related to message processing in Axon Framework.
-
ClassDescriptionA Supplier that caches its result, useful if the supplier operation is expensive and expected to always yield the same result.ChainedConverter<S,
T> AContentTypeConverterimplementation that delegates to a chain of otherContentTypeConvertersto convert from a source to a target for which there is not necessarily a single converter available.AConverterimplementation that will combineContentTypeConvertersto form chains of converters to be able to convert from one type to another, for which there is no suitable single converter.ContentTypeConverter<S,T> Interface describing a mechanism that converts an object from a specifiedsource typeto the definedtarget type.Exception indicating that a conversion is required between two formats, but there is no converter capable of doing the conversion.Interface describing a mechanism that can convert data from one to another type.AConverterimplementation that only "passes through" input object if thesourceTypeandtargetTypeare the identical.