Intellij template setters missing $field.integer

Answered

Under the autogeneration of settings, I don't see how a field can be check if it is an integer.

I see $field.double, $field.long, $field.string, and even $field.enum

Where is $field.integer?

0
1 comment

You can try this:

#if ($field.type == 'int' || $field.type == 'Integer')
0

Please sign in to leave a comment.