Class AbstractReflectionInstantiator<T>

java.lang.Object
com.blazebit.persistence.view.impl.proxy.AbstractReflectionInstantiator<T>
All Implemented Interfaces:
ObjectInstantiator<T>
Direct Known Subclasses:
AssignmentConstructorReflectionInstantiator, DirectConstructorReflectionInstantiator, TupleConstructorReflectionInstantiator

public abstract class AbstractReflectionInstantiator<T> extends Object implements ObjectInstantiator<T>
Since:
1.2.0
Author:
Christian Beikov