JsonToKotlinClass icon indicating copy to clipboard operation
JsonToKotlinClass copied to clipboard

Custom rule to prefer Long over Int

Open sergeidyga opened this issue 2 years ago • 0 comments

Hi, thnx for the plugin!

Even though Json values might be < Integer.MAX_VALUE we more often use Long rather then Int. To name few use cases: timestamps, ids, money values.

For such cases it would be helpful to have a setting to prefer Long over Int.

sergeidyga avatar Sep 21 '23 09:09 sergeidyga