- 所有已实现的接口:
- Codec<Date>
public class DateCodec
extends Object
implements Codec<Date>
Codec for Date type.
This codec is responsible for encoding and decoding Date types.
It is used in conjunction with the TimeType annotation.
The codec ensures that the Date value is correctly encoded and decoded.
If there are any issues during the encoding or decoding process, an exception is thrown.
It also provides additional codecs for Timestamp, Calendar, Instant, and LocalDateTime types.
- 从以下版本开始:
- 3.2.1
- 作者:
- Deng Ran