I have a situation , where i am trying to convert 5 different javaobject to 1 single java source.
Can this be done using Smooks ? if yes how? I went throught their examples, but it looks like it can convert only 1 source javabean to another target javabean.
I trying to have multiple sources of javabean to 1 target javabean.
Any help ??