Jackson fails on deserializing String to Joda-Time
Did you register the JodaModule
module in your ObjectMapper
?
ObjectMapper mapper = new ObjectMapper();
mapper.registerModule(new JodaModule());
Did you register the JodaModule
module in your ObjectMapper
?
ObjectMapper mapper = new ObjectMapper();
mapper.registerModule(new JodaModule());