You need to set the explicit time zone via XXX in your modell class:
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss.SSSXXX")
(see: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html)
You need to set the explicit time zone via XXX in your modell class:
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss.SSSXXX")
(see: https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html)