Class BufferingSinkProxyFactory.MethodWithArguments

  • Enclosing class:
    BufferingSinkProxyFactory

    private static final class BufferingSinkProxyFactory.MethodWithArguments
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      MethodWithArguments​(java.lang.reflect.Method method, java.lang.Object[] args)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void invoke​(java.lang.Object object)  
      • 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
      • args

        private final java.lang.Object[] args
    • Constructor Detail

      • MethodWithArguments

        MethodWithArguments​(java.lang.reflect.Method method,
                            java.lang.Object[] args)
    • Method Detail

      • invoke

        void invoke​(java.lang.Object object)