Skip to content

数据返回不支持jdk8的 LocalDateTime,版本4.2.5 #131

@glfbin

Description

@glfbin

LocalDateTime返回的是下面这种格式,SerializationChainSpi也没法处理,版本4.2.5
"creationDate": {
"dayOfMonth": 24,
"dayOfWeek": "TUESDAY",
"dayOfYear": 144,
"year": 2022,
"month": "MAY",
"nano": 0,
"monthValue": 5,
"hour": 9,
"minute": 15,
"second": 44
},

看代码 DomainHelper.java convertTo方法只处理了date,没处理其他,也不支持扩展

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions