Uses of Interface
org.easymock.internal.IClassInstantiator
-
Packages that use IClassInstantiator Package Description org.easymock.internal -
-
Uses of IClassInstantiator in org.easymock.internal
Classes in org.easymock.internal that implement IClassInstantiator Modifier and Type Class Description classDefaultClassInstantiatorDefault class instantiator that is pretty limited.classObjenesisClassInstantiatorMethods in org.easymock.internal that return IClassInstantiator Modifier and Type Method Description static IClassInstantiatorClassInstantiatorFactory. getInstantiator()Returns a class instantiator suitable for the current JVMMethods in org.easymock.internal with parameters of type IClassInstantiator Modifier and Type Method Description static voidClassInstantiatorFactory. setInstantiator(IClassInstantiator i)Allow to override the default instantiator.
-