Pergunta

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

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top