Question

Is it possible to look up a method handle for a overloaded method in Java 7?

Était-ce utile?

La solution

You can get a MethodHandle to anything you can get a Method for using MethodHandles.Lookup.unreflect().

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top