You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
...