Class ProxyMaker
- java.lang.Object
-
- org.robolectric.internal.bytecode.ProxyMaker
-
@Deprecated public class ProxyMaker extends Object
Defines proxy classes that can invoke methods names transformed with aProxyMaker.MethodMapper
. It is primarily used to invoke the original $$robo$$-prefixed methods, but it can technically support arbitrary naming schemes.
-
-
Constructor Summary
Constructors Constructor Description ProxyMaker(org.robolectric.internal.bytecode.ProxyMaker.MethodMapper methodMapper)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description <T> T
createProxy(Class<T> targetClass, T target)
Deprecated.
-
-
-
Method Detail
-
createProxy
public <T> T createProxy(Class<T> targetClass, T target)
Deprecated.
-
-