@Converter public final class CustomerTransformer extends Object
| Modifier and Type | Method and Description |
|---|---|
static CustomerEntity |
toCustomer(PersonDocument doc,
org.apache.camel.Exchange exchange)
A transformation method to convert a person document into a customer
entity
|
@Converter public static CustomerEntity toCustomer(PersonDocument doc, org.apache.camel.Exchange exchange) throws Exception
ExceptionApache Camel