Class DelegatingToExoticInstantiator<T>

java.lang.Object
org.objenesis.instantiator.basic.DelegatingToExoticInstantiator<T>
Type Parameters:
T - type of the class instantiated
All Implemented Interfaces:
ObjectInstantiator<T>
Direct Known Subclasses:
MagicInstantiator, ProxyingInstantiator

public abstract class DelegatingToExoticInstantiator<T> extends Object implements ObjectInstantiator<T>
Helper class extended by instantiators for which the implementation was moved to the exotic project.