Uses of Class
org.axonframework.serialization.ChainingConverter
Packages that use ChainingConverter
Package
Description
Classes related to message processing in Axon Framework.
-
Uses of ChainingConverter in org.axonframework.serialization
Methods in org.axonframework.serialization with parameters of type ChainingConverterModifier and TypeMethodDescriptionprotected abstract voidAbstractXStreamSerializer.registerConverters(ChainingConverter converter) Registers any converters that are specific to the type of content written by this serializer. -
Uses of ChainingConverter in org.axonframework.serialization.jackson3
Methods in org.axonframework.serialization.jackson3 with parameters of type ChainingConverterModifier and TypeMethodDescriptionprotected voidJackson3Serializer.registerConverters(ChainingConverter converter) Registers converters with the givenconverterwhich depend on the actual contents of the serialized form to represent a JSON format. -
Uses of ChainingConverter in org.axonframework.serialization.json
Methods in org.axonframework.serialization.json with parameters of type ChainingConverterModifier and TypeMethodDescriptionprotected voidJacksonSerializer.registerConverters(ChainingConverter converter) Registers converters with the givenconverterwhich depend on the actual contents of the serialized form to represent a JSON format. -
Uses of ChainingConverter in org.axonframework.serialization.xml
Methods in org.axonframework.serialization.xml with parameters of type ChainingConverterModifier and TypeMethodDescriptionprotected voidXStreamSerializer.registerConverters(ChainingConverter converter)