Posts by user68310 • 21 points
1 post
-
2
votes2
answers928
viewsA: Java Rest Client Receiving a Localdate
Opa! Currently in my application I am doing as follows: @JsonFormat(pattern = "dd/MM/yyyy", shape = JsonFormat.Shape.STRING) @JsonDeserialize(using = LocalDateDeserializer.class)…