Class ProxyMaker
java.lang.Object
org.robolectric.internal.bytecode.ProxyMaker
Deprecated.
Defines proxy classes that can invoke methods names transformed with a
ProxyMaker.MethodMapper
. It
is primarily used to invoke the original $$robo$$-prefixed methods, but it can technically
support arbitrary naming schemes.-
Constructor Summary
ConstructorDescriptionProxyMaker
(org.robolectric.internal.bytecode.ProxyMaker.MethodMapper methodMapper) Deprecated. -
Method Summary
-
Constructor Details
-
ProxyMaker
public ProxyMaker(org.robolectric.internal.bytecode.ProxyMaker.MethodMapper methodMapper) Deprecated.
-
-
Method Details
-
createProxy
Deprecated.
-
Reflector
interface withDirect
.