Interface ConstructionProxy<T>

    • Method Detail

      • newInstance

        T newInstance​(java.lang.Object... arguments)
               throws java.lang.reflect.InvocationTargetException
        Constructs an instance of T for the given arguments.
        Throws:
        java.lang.reflect.InvocationTargetException
      • getInjectionPoint

        InjectionPoint getInjectionPoint()
        Returns the injection point for this constructor.
      • getConstructor

        java.lang.reflect.Constructor<T> getConstructor()
        Returns the injected constructor. If the injected constructor is synthetic (such as generated code for method interception), the natural constructor is returned.