keyStringCase property

String keyStringCase
final

The case to use for the key strings in the generated class.

The possible values are:

  • CAMEL_CASE
  • PASCAL_CASE
  • LOWER_SNAKE_CASE
  • UPPER_SNAKE_CASE
  • LOWER_KEBAB_CASE
  • UPPER_KEBAB_CASE
  • LOWER_DOT_CASE
  • UPPER_DOT_CASE
  • PATH_CASE

Implementation

final String keyStringCase;