Is it possible to look up a method handle for a overloaded method in Java 7?
You can get a MethodHandle to anything you can get a Method for using MethodHandles.Lookup.unreflect().
MethodHandle
Method
MethodHandles.Lookup.unreflect()