Use jackson conversion type Times Unrecognized field

Call objectMapper.convertValue (obj, valueType); if a fault occurs

Obj attribute the cause of more than valueType cause, add a statement to

objectMapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);

Guess you like

Origin www.cnblogs.com/Wicher-lsl/p/11352945.html