Revert ReflectivePropertyAccessor changes from 107fafb and instead
consider all methods when resolving properties. Methods are now
sorted such that non-bridge methods are considered before bridge
methods.
Issue: SPR-10162
Backport-Commit: fce7adc400
@ -312,11 +315,11 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -312,11 +315,11 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@ -324,7 +327,7 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -324,7 +327,7 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@ -337,10 +340,10 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -337,10 +340,10 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@ -348,6 +351,20 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -348,6 +351,20 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {