Interface IConstructor<T>

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

public interface IConstructor<T> extends Serializable
Provides an abstraction over a constructor reflection.
Author:
Assafr
  • Method Summary

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

    • newInstance

      T newInstance()
    • newArray

      T[] newArray(int length)