Package org.apache.camel.processor.transformer
package org.apache.camel.processor.transformer
Transformer implementation classes.
-
ClassesClassDescriptionTransformer loader scans packages for
Transformerclasses annotated withDataTypeannotation.Generic binary data type uses Camel message body converter mechanism to convert content to byte array representation.ATransformerimplementation which leveragesDataFormatto perform transformation.Processor applies data type conversion based on given format name.Transformer loader loads known defaultTransformerimplementations.ATransformerimplementation which leveragesProcessorto perform transformation.Generic String data type converts Exchange payload to String representation using the Camel message body converter mechanism.Data type converter receives a name and a target type in order to use traditional exchange body conversion mechanisms in order to transform the message body to a given type.