Open
Description
I'm trying to map from a NULL json string field and I'm getting:
1) Converter org.modelmapper.module.jsr310.ToTemporalConverter@e3441d9
failed to convert java.lang.String to java.time.LocalDate.
1 error] with root cause
java.lang.NullPointerException: null
...
and when with an empty string field I get:
1) Converter org.modelmapper.module.jsr310.ToTemporalConverter@25b6e24d
failed to convert java.lang.String to java.time.LocalDate.
1 error] with root cause
java.time.format.DateTimeParseException: Text '' could not be parsed at index 0
...
Metadata
Metadata
Assignees
Labels
No labels