toCamelCase abstract method
Converts a property name from this convention to camelCase.
@param propertyName The property name in this convention's format.
@returns The property name converted to camelCase.
Implementation
String toCamelCase(String propertyName);