Interface TinyProtocolReflection.ConstructorInvoker

  • Enclosing class:
    TinyProtocolReflection

    public static interface TinyProtocolReflection.ConstructorInvoker
    An interface for invoking a specific constructor.
    • Method Summary

      Modifier and Type Method Description
      java.lang.Object invoke​(java.lang.Object... arguments)
      Invoke a constructor for a specific class.
    • Method Detail

      • invoke

        java.lang.Object invoke​(java.lang.Object... arguments)
        Invoke a constructor for a specific class.
        Parameters:
        arguments - - the arguments to pass to the constructor.
        Returns:
        The constructed object.