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