public class Interceptors
extends java.lang.Object
Constructor and Description |
---|
Interceptors(java.util.Collection<Interceptor> interceptorList) |
Interceptors(Interceptor... interceptors) |
Modifier and Type | Method and Description |
---|---|
Interceptor |
findInterceptor(java.lang.String className,
java.lang.String methodName) |
java.util.Collection<MethodRef> |
getAllMethodRefs() |
Function<java.lang.Object,java.lang.Object> |
getInterceptionHandler(MethodSignature methodSignature) |
public Interceptors(Interceptor... interceptors)
public Interceptors(java.util.Collection<Interceptor> interceptorList)
public java.util.Collection<MethodRef> getAllMethodRefs()
public Function<java.lang.Object,java.lang.Object> getInterceptionHandler(MethodSignature methodSignature)
public Interceptor findInterceptor(java.lang.String className, java.lang.String methodName)