Uses of Class
org.axonframework.serializer.ChainingConverterFactory

Packages that use ChainingConverterFactory
org.axonframework.mongo3.serializer.bson   
org.axonframework.serializer   
org.axonframework.serializer.bson   
org.axonframework.serializer.json   
org.axonframework.serializer.xml   
 

Uses of ChainingConverterFactory in org.axonframework.mongo3.serializer.bson
 

Methods in org.axonframework.mongo3.serializer.bson with parameters of type ChainingConverterFactory
protected  void DBObjectXStreamSerializer.registerConverters(ChainingConverterFactory converterFactory)
           
 

Uses of ChainingConverterFactory in org.axonframework.serializer
 

Methods in org.axonframework.serializer with parameters of type ChainingConverterFactory
protected abstract  void AbstractXStreamSerializer.registerConverters(ChainingConverterFactory converterFactory)
          Registers any converters that are specific to the type of content written by this serializer.
 

Uses of ChainingConverterFactory in org.axonframework.serializer.bson
 

Methods in org.axonframework.serializer.bson with parameters of type ChainingConverterFactory
protected  void DBObjectXStreamSerializer.registerConverters(ChainingConverterFactory converterFactory)
           
 

Uses of ChainingConverterFactory in org.axonframework.serializer.json
 

Methods in org.axonframework.serializer.json with parameters of type ChainingConverterFactory
protected  void JacksonSerializer.registerConverters(ChainingConverterFactory converterFactory)
          Registers converters with the given converterFactory which depend on the actual contents of the serialized for to represent a JSON format.
 

Uses of ChainingConverterFactory in org.axonframework.serializer.xml
 

Methods in org.axonframework.serializer.xml with parameters of type ChainingConverterFactory
protected  void XStreamSerializer.registerConverters(ChainingConverterFactory converterFactory)
           
 



Copyright © 2010-2016. All Rights Reserved.