pojo-tester icon indicating copy to clipboard operation
pojo-tester copied to clipboard

support lowercase FirstName setter and getter function

Open allon2 opened this issue 6 years ago • 0 comments

when i read the pl.pojo.tester.internal.utils.MethodUtils, i found the upperCaseFirstLetter function don't support the setter and getter function like below ,can support it?

xCoordinate/Double | public Double getxCoordinate() |public void setxCoordinate(Double newValue)

when the first letter is lowercase and the second letter is UpperCase,follow the get or set letters is lowercase charater

allon2 avatar Apr 07 '18 02:04 allon2