With the @JsonFormat annotation of Jackson, we can use it to format a specific field in Java model: public class DateTimeModel { @JsonFormat( ...
確定! 回上一頁