Class InvokeDynamicSupport.Invoker

  • Enclosing class:
    InvokeDynamicSupport

    public static final class InvokeDynamicSupport.Invoker
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.Method getMethod()  
      java.lang.Object getMethodHandle()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getMethodHandle

        public java.lang.Object getMethodHandle()
      • getMethod

        public java.lang.reflect.Method getMethod()