I like to \'guess\' attribute names from getter methods. So \'getSomeAttribute\' shall be converted to \'someAttribute\'.
Usually I do something like
Given a character buffer, you can apply the below code:
int i = 0; for(char x : buffer) { buffer[i] = Character.toLowerCase(x); i++; }
Tested and functions :)