Uses of Interface
org.easymock.internal.IClassInstantiator
Packages that use IClassInstantiator
-
Uses of IClassInstantiator in org.easymock.internal
Classes in org.easymock.internal that implement IClassInstantiatorModifier and TypeClassDescriptionclass
Default class instantiator that is pretty limited.class
Class instantiator using Objenesis to perform the instantiation without calling any constructor.Methods in org.easymock.internal that return IClassInstantiatorModifier and TypeMethodDescriptionstatic IClassInstantiator
ClassInstantiatorFactory.getInstantiator()
Returns a class instantiator suitable for the current JVMMethods in org.easymock.internal with parameters of type IClassInstantiatorModifier and TypeMethodDescriptionstatic void
ClassInstantiatorFactory.setInstantiator
(IClassInstantiator i) Allow to override the default instantiator.