Timestamp converter not working in Spring Data Rest with Spanner
问题 I'm trying to convert the input timestamp which will be in the string format to cloud timestamp with the help of a Spring Data Rest custom converter which is not working. Need an help on the same in understanding why custom converters are not invoked. Input: http://localhost:8080/apipromocentral/promotions RequestBody : {"startDateTime": "2019-11-07 15:53:00"} POJO: @ApiModel @Data @AllArgsConstructor @Table(name = "PROMOTIONS") public class Promotion { /** * promotion id */ @ApiModelProperty