CaseConverter
object CaseConverter
Utility for converting strings between different naming conventions.
Supports conversions between:
snake_case(both upper and lower)camelCasePascalCase
Used internally for automatic mapping between PostgreSQL column names (snake_case) and Kotlin property names (camelCase).