Interface ObjectInstantiator<T>

All Known Implementing Classes:
AbstractReflectionInstantiator, AssignmentConstructorReflectionInstantiator, ConvertReflectionInstantiator, DirectConstructorReflectionInstantiator, TupleConstructorReflectionInstantiator

public interface ObjectInstantiator<T>
Since:
1.0.6
Author:
Christian Beikov
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • newInstance

      T newInstance(Object[] tuple)