Class Interceptors
java.lang.Object
org.robolectric.internal.bytecode.Interceptors
public class Interceptors extends Object
-
Constructor Summary
Constructors Constructor Description Interceptors(Collection<Interceptor> interceptorList)
Interceptors(Interceptor... interceptors)
-
Method Summary
Modifier and Type Method Description Interceptor
findInterceptor(String className, String methodName)
Collection<MethodRef>
getAllMethodRefs()
Function<Object,Object>
getInterceptionHandler(MethodSignature methodSignature)