@@ -19,6 +19,7 @@ public class MyObjectMapper extends ObjectMapper {
super();
setDateFormat(new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"));
configure(DeserializationFeature.READ_UNKNOWN_ENUM_VALUES_AS_NULL, true);
+ configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
}