Generate getter/setter name from variable Name in java
I am looking for a library which gives generated getter method name by looking up variable name, I can do it my own naively through get+change the first letter of variable name to upperCase and then append to it.
Aucun commentaire:
Enregistrer un commentaire