Class ConvertReflectionInstantiator<T>
java.lang.Object
com.blazebit.persistence.view.impl.proxy.ConvertReflectionInstantiator<T>
- All Implemented Interfaces:
ObjectInstantiator<T>
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Constructor Summary
ConstructorsConstructorDescriptionConvertReflectionInstantiator(ProxyFactory proxyFactory, ManagedViewType<T> viewType, Class<?>[] parameterTypes, int constructorParameterCount, EntityViewManager entityViewManager) -
Method Summary
-
Constructor Details
-
ConvertReflectionInstantiator
public ConvertReflectionInstantiator(ProxyFactory proxyFactory, ManagedViewType<T> viewType, Class<?>[] parameterTypes, int constructorParameterCount, EntityViewManager entityViewManager)
-
-
Method Details
-
newInstance
- Specified by:
newInstancein interfaceObjectInstantiator<T>
-