Is it possible to retrieve the member that is being referenced to with a MethodHandle?
MethodHandle mh = MethodHandles.lookup().findStatic(..., ..., ...); java.lang.reflect.Method method = convertToReflection(mn); //???
Aucun commentaire:
Enregistrer un commentaire