CaseConverter

Utility for converting strings between different naming conventions.

Supports conversions between:

  • snake_case (both upper and lower)

  • camelCase

  • PascalCase

Used internally for automatic mapping between PostgreSQL column names (snake_case) and Kotlin property names (camelCase).

Functions

Link copied to clipboard

Converts a string from one naming convention to another.