You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot seem to ignore the private "description" field from showing up in the generated Selma mapping class.
And, it is trying to access it like it's public for some reason:
switch (in) {
case ONE : {
...
break;
}
case TWO : {
...
break;
}
case THREE : {
...
break;
}
case description : {
...
break;
}
}
Any ideas?
Here is the enum (it matches for both the source and destination):
I cannot seem to ignore the private "description" field from showing up in the generated Selma mapping class.
And, it is trying to access it like it's public for some reason:
Any ideas?
Here is the enum (it matches for both the source and destination):
The text was updated successfully, but these errors were encountered: