lowerCamelCaseToGetter

Converts a string written in lower camel case to a getter method name. Ex: "camelCase" -> "getCamelCase".