Class DirectConstructorReflectionInstantiator<T>
java.lang.Object
com.blazebit.persistence.view.impl.proxy.AbstractReflectionInstantiator<T>
com.blazebit.persistence.view.impl.proxy.DirectConstructorReflectionInstantiator<T>
- All Implemented Interfaces:
ObjectInstantiator<T>
- Since:
- 1.5.0
- Author:
- Christian Beikov
-
Nested Class Summary
Nested classes/interfaces inherited from class com.blazebit.persistence.view.impl.proxy.AbstractReflectionInstantiator
AbstractReflectionInstantiator.MutableBasicUserTypeEntry, AbstractReflectionInstantiator.TypeConverterEntry -
Field Summary
Fields inherited from class com.blazebit.persistence.view.impl.proxy.AbstractReflectionInstantiator
mutableBasicUserTypes, typeConverters -
Constructor Summary
ConstructorsConstructorDescriptionDirectConstructorReflectionInstantiator(MappingConstructorImpl<T> mappingConstructor, ProxyFactory proxyFactory, ManagedViewTypeImplementor<T> viewType, Class<?>[] parameterTypes, EntityViewManager entityViewManager, List<AbstractReflectionInstantiator.MutableBasicUserTypeEntry> mutableBasicUserTypes, List<AbstractReflectionInstantiator.TypeConverterEntry> typeConverterEntries) -
Method Summary
Methods inherited from class com.blazebit.persistence.view.impl.proxy.AbstractReflectionInstantiator
createDefaultObject, createInstantiator, finalizeInstance, prepareTuple
-
Constructor Details
-
DirectConstructorReflectionInstantiator
public DirectConstructorReflectionInstantiator(MappingConstructorImpl<T> mappingConstructor, ProxyFactory proxyFactory, ManagedViewTypeImplementor<T> viewType, Class<?>[] parameterTypes, EntityViewManager entityViewManager, List<AbstractReflectionInstantiator.MutableBasicUserTypeEntry> mutableBasicUserTypes, List<AbstractReflectionInstantiator.TypeConverterEntry> typeConverterEntries)
-
-
Method Details
-
newInstance
-