Hi If Jackson has a number of good configurations options and whatnot, then we should consider having a <jackson> data format, where you can configure that.
What other kind of options can you configure, that you would need? In Camel 3.0 we are talking about allowing the data formats to be configured using uri notations just like endpoints. That makes them more flexible. On Mon, Jan 30, 2012 at 7:14 PM, GPRSLyons <[email protected]> wrote: > Is there a currently implemented way in Camel to apply a custom naming > strategy to Jackson (such as LowerCaseWithUnderscoresStrategy > http://jackson.codehaus.org/1.9.4/javadoc/org/codehaus/jackson/map/PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy.html)? > Or will this only be possible when we get access to the ObjectMapper in 3.0 > via > > ObjectMapper mapper = new ObjectMapper(); > mapper.setPropertyNamingStrategy(new LowerCaseWithUnderscoresStrategy()); > > Thanks! > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Custom-Jackson-ObjectMapper-tp5060579p5442178.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
