|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ConverterFactory in org.axonframework.mongo3.serializer.bson |
|---|
| Constructors in org.axonframework.mongo3.serializer.bson with parameters of type ConverterFactory | |
|---|---|
DBObjectXStreamSerializer(Charset charset,
com.thoughtworks.xstream.XStream xStream,
RevisionResolver revisionResolver,
ConverterFactory converterFactory)
Initialize the serializer using the given charset and xStream instance. |
|
| Uses of ConverterFactory in org.axonframework.serializer |
|---|
| Classes in org.axonframework.serializer that implement ConverterFactory | |
|---|---|
class |
ChainingConverterFactory
ConverterFactory 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.serializer that return ConverterFactory | |
|---|---|
ConverterFactory |
Serializer.getConverterFactory()
Returns the converter factory used by this Serializer to convert between serialized representations. |
ConverterFactory |
MessageSerializer.getConverterFactory()
|
ConverterFactory |
JavaSerializer.getConverterFactory()
|
ConverterFactory |
AbstractXStreamSerializer.getConverterFactory()
Returns the ConverterFactory used by this serialized. |
| Constructors in org.axonframework.serializer with parameters of type ConverterFactory | |
|---|---|
AbstractXStreamSerializer(Charset charset,
com.thoughtworks.xstream.XStream xStream,
RevisionResolver revisionResolver,
ConverterFactory converterFactory)
Initialize the serializer using the given charset, xStream instance,
revisionResolver and converterFactory. |
|
| Uses of ConverterFactory in org.axonframework.serializer.bson |
|---|
| Constructors in org.axonframework.serializer.bson with parameters of type ConverterFactory | |
|---|---|
DBObjectXStreamSerializer(Charset charset,
com.thoughtworks.xstream.XStream xStream,
RevisionResolver revisionResolver,
ConverterFactory converterFactory)
Initialize the serializer using the given charset and xStream instance. |
|
| Uses of ConverterFactory in org.axonframework.serializer.json |
|---|
| Methods in org.axonframework.serializer.json that return ConverterFactory | |
|---|---|
ConverterFactory |
JacksonSerializer.getConverterFactory()
|
| Constructors in org.axonframework.serializer.json with parameters of type ConverterFactory | |
|---|---|
JacksonSerializer(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
RevisionResolver revisionResolver,
ConverterFactory converterFactory)
Initialize the serializer with the given objectMapper to serialize and parse the objects to JSON. |
|
JacksonSerializer(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
RevisionResolver revisionResolver,
ConverterFactory converterFactory,
ClassLoader classLoader)
Initialize the serializer with the given objectMapper to serialize and parse the objects to JSON. |
|
JacksonSerializer(RevisionResolver revisionResolver,
ConverterFactory converterFactory)
Initialize the serializer using a default ObjectMapper instance, using the given revisionResolver
to define revision for each object to serialize, and given converterFactory to be used by
upcasters. |
|
| Uses of ConverterFactory in org.axonframework.serializer.xml |
|---|
| Constructors in org.axonframework.serializer.xml with parameters of type ConverterFactory | |
|---|---|
XStreamSerializer(Charset charset,
com.thoughtworks.xstream.XStream xStream,
RevisionResolver revisionResolver,
ConverterFactory converterFactory)
Initialize the serializer using the given charset and xStream instance. |
|
| Uses of ConverterFactory in org.axonframework.upcasting |
|---|
| Constructors in org.axonframework.upcasting with parameters of type ConverterFactory | |
|---|---|
AbstractUpcasterChain(ConverterFactory converterFactory,
List<Upcaster> upcasters)
Initializes the UpcasterChain with given converterFactory and upcasters. |
|
LazyUpcasterChain(ConverterFactory converterFactory,
List<Upcaster> upcasters)
Initializes the UpcasterChain with given converterFactory and upcasters. |
|
SimpleUpcasterChain(ConverterFactory converterFactory,
List<Upcaster> upcasters)
Initializes the UpcasterChain with given converterFactory and upcasters. |
|
SimpleUpcasterChain(ConverterFactory converterFactory,
Upcaster... upcasters)
Initialize a chain of the given upcasters and using the given converterFactory to
create converters for the intermediate representations used by the upcasters. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||