vendredi 7 septembre 2018

Convert BoundMethodHandle to reflection

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