toCamelCase abstract method

String toCamelCase(
  1. String propertyName
)

Converts a property name from this convention to camelCase.

Implementation

String toCamelCase(String propertyName);