I\'m currently playing around with Jackson\'s de/serialization features and I encountered a problem, I don\'t know how to solve.
During my test the @JsonProper
@JsonProper
add the line for your ObjectMapper:
mapper.disable(MapperFeature.USE_ANNOTATIONS);