Class ProxyMaker
java.lang.Object
org.robolectric.internal.bytecode.ProxyMaker
public class ProxyMaker extends Object
-
Constructor Summary
Constructors Constructor Description ProxyMaker(org.robolectric.internal.bytecode.ProxyMaker.MethodMapper methodMapper)
-
Method Summary
Modifier and Type Method Description <T> T
createProxy(Class<T> targetClass, T target)
-
Constructor Details
-
ProxyMaker
public ProxyMaker(org.robolectric.internal.bytecode.ProxyMaker.MethodMapper methodMapper)
-
-
Method Details