質問

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().

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top