Class InvokeDynamicSupport.Invoker

  • Enclosing class:
    InvokeDynamicSupport

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

      Fields 
      Modifier and Type Field Description
      private java.lang.reflect.Method method  
      private java.lang.Object methodHandle  
    • Constructor Summary

      Constructors 
      Constructor Description
      Invoker​(java.lang.reflect.Method method, java.lang.Object methodHandle)  
    • 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
    • Field Detail

      • method

        private final java.lang.reflect.Method method
      • methodHandle

        private final java.lang.Object methodHandle
    • Constructor Detail

      • Invoker

        Invoker​(java.lang.reflect.Method method,
                java.lang.Object methodHandle)
    • Method Detail

      • getMethodHandle

        public java.lang.Object getMethodHandle()
      • getMethod

        public java.lang.reflect.Method getMethod()