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 have some pojos which set/get 4 datetime fields - and we also have related
fields *and* getters (not setters) which covert those date times into local
time zone date times. Can this be supported ?
e.g.
private Date startSate; // with getter and setter - setter also coverts and
sets startLocalDate
private LocalDateTime startLocalDate; // with just setter
Original issue reported on code.google.com by [email protected] on 7 Oct 2014 at 4:18
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 7 Oct 2014 at 4:18The text was updated successfully, but these errors were encountered: