Package de.otto.synapse.translator
package de.otto.synapse.translator
-
ClassDescriptionDecoder<T>A
DecoderIS-AFunctionthat is decoding objects of Type <T> intoTextMessages, mostly used as an adapter to some receiver-endpoint infrastructure.Encoder<T>AnEncoderIS-AFunctionthat is encoding a text message into some target type, mostly used as an adapter to some sender-endpoint infrastructure.Helper-class for JSON representations.Identifies the format used to encode or decode messages.MessageTranslator<P extends Message<?>>Translates anyMessage<?>into aMessagewith payload-type P by translating the message's payload into the specified target-type payload.Manages the ObjectMapper used by Synapse applications for serialization and deserialization purposes.A MessageTranslator that converts messages intoTextMessage.