Using jackson 2.1, how do I disable the fail_on_empty beans that the error message seems to want me to disable?
fail_on_empty beans
I\'m assuming this is just the simplest
If you are using Spring Boot, you can set the following property in application.properties file. spring.jackson.serialization.FAIL_ON_EMPTY_BEANS=false