Uses of Class
com.strobel.reflection.DynamicMethod
-
Packages that use DynamicMethod Package Description com.strobel.reflection -
-
Uses of DynamicMethod in com.strobel.reflection
Methods in com.strobel.reflection that return DynamicMethod Modifier and Type Method Description static DynamicMethodDynamicMethod. invoke(java.lang.invoke.MethodHandle methodHandle)static DynamicMethodDynamicMethod. invoke(java.lang.invoke.MethodType methodType)static DynamicMethodDynamicMethod. invokeExact(java.lang.invoke.MethodHandle methodHandle)static DynamicMethodDynamicMethod. invokeExact(java.lang.invoke.MethodType methodType)
-