Class ReflectionLibraryLoader.GetRuntimeInvoker

  • All Implemented Interfaces:
    Invoker
    Enclosing class:
    ReflectionLibraryLoader

    private static final class ReflectionLibraryLoader.GetRuntimeInvoker
    extends java.lang.Object
    implements Invoker
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Runtime runtime  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object invoke​(java.lang.Object self, java.lang.Object[] parameters)  
      • Methods inherited from class java.lang.Object

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

      • runtime

        private final Runtime runtime
    • Constructor Detail

      • GetRuntimeInvoker

        private GetRuntimeInvoker​(Runtime runtime)
    • Method Detail

      • invoke

        public java.lang.Object invoke​(java.lang.Object self,
                                       java.lang.Object[] parameters)
        Specified by:
        invoke in interface Invoker