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