Some basic questions about MethodHandle API
问题 How can I obtain all declared method through MethodHandles.lookup() ? How can I obtain all declared fields? What is difference betweeen MethodHandle.invoke() , MethodHandle.invokeExact() and MethodHandle.invokeWithArguments() Also, I will be appreciate for tutorial about using MethodHandle API for Java devloper . I emphasize, I am programming on statically typed language plain old Java and I am not JVM developer, particularly I am not interesting with whole byte-code crap (invokedynamic). I