Reflection + String + reverse

The “reverse” method you are attempting to reflect on is not a member of
java.util.String. It is a member of StringLike, which Scala makes available
on java.util.String using (I think) implicit conversions.