Uses of Interface
org.powermock.core.transformers.ClassWrapperFactory
-
Packages that use ClassWrapperFactory Package Description org.powermock.core.classloader org.powermock.core.transformers.javassist.support org.powermock.modules.agent -
-
Uses of ClassWrapperFactory in org.powermock.core.classloader
Fields in org.powermock.core.classloader declared as ClassWrapperFactory Modifier and Type Field Description protected ClassWrapperFactory
MockClassLoader. classWrapperFactory
Constructors in org.powermock.core.classloader with parameters of type ClassWrapperFactory Constructor Description MockClassLoader(MockClassLoaderConfiguration configuration, ClassWrapperFactory classWrapperFactory)
Creates a new instance of the based on the following parameters: -
Uses of ClassWrapperFactory in org.powermock.core.transformers.javassist.support
Classes in org.powermock.core.transformers.javassist.support that implement ClassWrapperFactory Modifier and Type Class Description class
JavaAssistClassWrapperFactory
-
Uses of ClassWrapperFactory in org.powermock.modules.agent
Fields in org.powermock.modules.agent declared as ClassWrapperFactory Modifier and Type Field Description private ClassWrapperFactory
PowerMockClassTransformer. wrapperFactory
-