toCamelCase abstract method

String toCamelCase(
  1. String propertyName
)

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);