Sujit Joshi
Results
2
issues of
Sujit Joshi
Closes #670 Things included in this PR: * Call field setters instead of setting field values directly. * This PR maintains existing behaviour ie setting fields directly ignoring setters. *...
kind/enhancement
It is puzzling that `InfluxDBResultMapper` doesnt call POJO setter. My POJO looks like ``` class MyPOJO { @Column(name = "time") private Instant time; //getter ignored public void setTime(Instant time) {...
kind/enhancement
question