Class MethodInvoker<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      MethodInvoker​(java.lang.Object instance, java.lang.reflect.Method method, ObjectCreator[] methodParameters)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T invoke()
      Called to produce a value.
      • Methods inherited from class java.lang.Object

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

      • MethodInvoker

        public MethodInvoker​(java.lang.Object instance,
                             java.lang.reflect.Method method,
                             ObjectCreator[] methodParameters)