use of org.apache.camel.itest.Pojo in project camel by apache.
the class MyConverter method toPojo.
@Converter public static Pojo toPojo(String name) { Pojo pojo = new Pojo(); pojo.setName(name); return pojo; }
Aggregations
UseOf