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 TypeClassDescriptionclassDefault class instantiator that is pretty limited.classClass instantiator using Objenesis to perform the instantiation without calling any constructor.Methods in org.easymock.internal that return IClassInstantiatorModifier and TypeMethodDescriptionstatic IClassInstantiatorClassInstantiatorFactory.getInstantiator()Returns a class instantiator suitable for the current JVMMethods in org.easymock.internal with parameters of type IClassInstantiatorModifier and TypeMethodDescriptionstatic voidClassInstantiatorFactory.setInstantiator(IClassInstantiator i) Allow to override the default instantiator.