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
The field dependency for the bean property way is great to allow making the bean transient (it isn't currently working, and I wonder if it is intended to) but with this it is impossible to make some tricks as set a String and then, in the getter/setter make wathever magic to de/serialize de field type. ie:
The current way (in 1.09, previously in 1.08 this was possible) doesn't allow these tricks. However the "don't verify the field type" enhancement wouldn't work neither. Maybe it would be better more options, like setBeanFieldRequired(boolean) and setBeanFIeldTypeMatch(boolean).
The field dependency for the bean property way is great to allow making the bean transient (it isn't currently working, and I wonder if it is intended to) but with this it is impossible to make some tricks as set a String and then, in the getter/setter make wathever magic to de/serialize de field type. ie:
and after in code:
The text was updated successfully, but these errors were encountered: