Package org.jmock.imposters
Class ByteBuddyClassImposteriser.Interceptor
- java.lang.Object
-
- org.jmock.imposters.ByteBuddyClassImposteriser.Interceptor
-
- Enclosing class:
- ByteBuddyClassImposteriser
public static class ByteBuddyClassImposteriser.Interceptor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Interceptor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Object
intercept(java.lang.Object receiver, java.lang.reflect.Method method, Invokable invokable, java.lang.Object[] args)
-
-
-
Method Detail
-
intercept
@RuntimeType public static java.lang.Object intercept(@This java.lang.Object receiver, @Origin java.lang.reflect.Method method, @FieldValue("jMock") Invokable invokable, @AllArguments java.lang.Object[] args) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-