Class ProxyingInstantiator<T>

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

@Instantiator(STANDARD) public class ProxyingInstantiator<T> extends DelegatingToExoticInstantiator<T>
Shell keeping compatibility but delegating to objenesis-exotic which contains the real implementation.
  • Constructor Details

    • ProxyingInstantiator

      public ProxyingInstantiator(Class<T> type)