Unfortunately in Java, you can't invoke a specific subclass version of an overridden method.
I believe you can do this using reflection. I'll prototype it and verify.
Unfortunately in Java, you can't invoke a specific subclass version of an overridden method.
I believe you can do this using reflection. I'll prototype it and verify.