JsonToKotlinClass
JsonToKotlinClass copied to clipboard
Custom rule to prefer Long over Int
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.