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
    T newInstance​(Object[] tuple)