For POJOs with Boolean type of variables, Can we have the getter as "is" instead of "get" #932
-
For example, We have something like this in the schema,
in the schema, then the POJO with the getter is available as,
Is it possible to have it this way?
Since this is nicer to read for a Boolean/boolean type. |
Beta Was this translation helpful? Give feedback.
Answered by
kobylynskyi
Dec 23, 2021
Replies: 1 comment 1 reply
-
hey @siva54 good point, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
siva54
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey @siva54 good point,
this can be done, but in the future major release because it is a breaking change