Interface IParamsConstructor<T>

Type Parameters:
T - Type of the class that contains this constructor.
All Superinterfaces:
Serializable
All Known Implementing Classes:
StandardParamsConstructor

public interface IParamsConstructor<T> extends Serializable
Provides an abstraction over a constructor with parameters reflection.
Since:
9.6
Author:
Dan Kilman
  • Method Summary

    Modifier and Type
    Method
    Description
    T[]
    newArray(int length)
     
     
  • Method Details

    • newInstance

      T newInstance(Object... args)
    • newArray

      T[] newArray(int length)