Tag: jackson


com.fasterxml.jackson.databind.JsonMappingException: Can not deserialize instance of * out of START_ARRAY token

I encounter this exception after a (massive) maven dependencies update which included CXF and Spring. The project was supposed to be updated with Jackson 2.3 but the stack shows that vesion 2.2.3 of jackson-databind is used. com.fasterxml.jackson.databind.JsonMappingException: Can

Continue Reading
Yann's blog