Uses of Interface
org.axonframework.serialization.Converter
Packages that use Converter
Package
Description
Classes related to message processing in Axon Framework.
-
Uses of Converter in org.axonframework.axonserver.connector.event.axon
Methods in org.axonframework.axonserver.connector.event.axon that return Converter -
Uses of Converter in org.axonframework.serialization
Classes in org.axonframework.serialization that implement ConverterModifier and TypeClassDescriptionclassConverter implementation that will combine converters to form chains of converters to be able to convert from one type to another, for which there is no suitable single converter.Methods in org.axonframework.serialization that return ConverterModifier and TypeMethodDescriptionAbstractXStreamSerializer.getConverter()Returns the Converter used by this serialized.JavaSerializer.getConverter()Deprecated.Serializer.getConverter()Returns theConverterused by this Serializer to convert between serialized representations.Methods in org.axonframework.serialization with parameters of type ConverterModifier and TypeMethodDescriptionSets theConverterused as a converter factory providing converter instances utilized by upcasters to convert between different content types. -
Uses of Converter in org.axonframework.serialization.avro
Methods in org.axonframework.serialization.avro that return ConverterMethods in org.axonframework.serialization.avro with parameters of type ConverterModifier and TypeMethodDescriptionSets theConverterused as a converter factory providing converter instances utilized by upcasters to convert between different content types. -
Uses of Converter in org.axonframework.serialization.jackson3
Methods in org.axonframework.serialization.jackson3 that return ConverterMethods in org.axonframework.serialization.jackson3 with parameters of type ConverterModifier and TypeMethodDescriptionSets theConverterused as a converter factory providing converter instances utilized by upcasters to convert between different content types. -
Uses of Converter in org.axonframework.serialization.json
Methods in org.axonframework.serialization.json that return ConverterMethods in org.axonframework.serialization.json with parameters of type ConverterModifier and TypeMethodDescriptionSets theConverterused as a converter factory providing converter instances utilized by upcasters to convert between different content types. -
Uses of Converter in org.axonframework.serialization.upcasting.event
Constructors in org.axonframework.serialization.upcasting.event with parameters of type ConverterModifierConstructorDescriptionUpcastedEventRepresentation(SerializedType outputType, IntermediateEventRepresentation source, Function<T, T> upcastFunction, Function<MetaData, MetaData> metaDataUpcastFunction, Class<T> requiredType, Converter converter) Initializes anUpcastedEventRepresentationfrom source data and given upcast functions for payload and metadata. -
Uses of Converter in org.axonframework.serialization.xml
Methods in org.axonframework.serialization.xml with parameters of type ConverterModifier and TypeMethodDescription