I recently had this same problem on one of my projects. Multiple setters was just fine on my other projects but one project was throwing this same type of error. What I found was that project was using Jackson Databind 2.6.5 while the other projects were using Jackson Databind 2.9.6. I manually set Jackson Databind to 2.9.6 on that project and the error went away.