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 stum...@gmail.com on 7 Oct 2014 at 4:18
Original issue reported on code.google.com by
stum...@gmail.comon 7 Oct 2014 at 4:18