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
In org.springframework.expression.spel.reflection.ReflectionUtils#findGetterForProperty() boolean getters will only be found if they start with "get", i.e. they will be ignored if they start with "is". It would be great if is-getters would be accounted as well.
BTW: is there a special reason that you don't use the functionality provided by the java.beans package?
Affects: 3.0 M1
The text was updated successfully, but these errors were encountered:
Oliver Becker opened SPR-5450 and commented
In org.springframework.expression.spel.reflection.ReflectionUtils#findGetterForProperty() boolean getters will only be found if they start with "get", i.e. they will be ignored if they start with "is". It would be great if is-getters would be accounted as well.
BTW: is there a special reason that you don't use the functionality provided by the java.beans package?
Affects: 3.0 M1
The text was updated successfully, but these errors were encountered: