-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
7.41.0.Final
-
None
-
NEW
-
NEW
I have an object with a Field that is assign as LocalDateTime,
but when during Transformation of the object as result from a rest call
it was not able to transform the object. Because of the LocalDateTime.
but it working from POSTMAN.
i have added the annotation in the Data Object
@com.fasterxml.jackson.annotation.JsonFormat(pattern = "yyyy-MM-dd'T'HH:mm")