Any thoughts on the above? I see now that the refl...
# reflect
r
Any thoughts on the above? I see now that the reflection refers to the
id
memberProperty of type
Optional<String>
but executing the getter on the receiver calls the override method
getId()
. Is there a way to resolve this discontinuity? (I only have
getId()
implemented there because it is required by a 3rd-party library).