MethodHandle – What is it all about?
What you can do with MethodHandles is curry methods, change the types of parameters and change their order. Method Handles can handle both methods and fields. Another trick which MethodHandles do is use primitive direct (rather than via wrappers) MethodHandles can be faster than using reflection as there is more direct support in the JVM … Read more