Skip to content

Fix pluggable type mapper reflection method access

Rustam Lotsmanenko (EPAM) requested to merge fix-typemapper-reflection into main

getDeclaredMethod does not allow to get inherited methods, so changing it to getMethod

Merge request reports