Uses of Class
org.mockito.internal.creation.bytebuddy.MockMethodInterceptor
-
Packages that use MockMethodInterceptor Package Description org.mockito.internal.creation.bytebuddy ByteBuddy related stuff. -
-
Uses of MockMethodInterceptor in org.mockito.internal.creation.bytebuddy
Fields in org.mockito.internal.creation.bytebuddy with type parameters of type MockMethodInterceptor Modifier and Type Field Description private WeakConcurrentMap<java.lang.Object,MockMethodInterceptor>MockMethodAdvice. interceptorsprivate WeakConcurrentMap<java.lang.Object,MockMethodInterceptor>InlineByteBuddyMockMaker. mocksMethods in org.mockito.internal.creation.bytebuddy that return MockMethodInterceptor Modifier and Type Method Description MockMethodInterceptorMockAccess. getMockitoInterceptor()Methods in org.mockito.internal.creation.bytebuddy with parameters of type MockMethodInterceptor Modifier and Type Method Description static java.lang.ObjectMockMethodInterceptor.DispatcherDefaultingToRealMethod. interceptAbstract(java.lang.Object mock, MockMethodInterceptor interceptor, java.lang.Object stubValue, java.lang.reflect.Method invokedMethod, java.lang.Object[] arguments)static java.lang.ObjectMockMethodInterceptor.DispatcherDefaultingToRealMethod. interceptSuperCallable(java.lang.Object mock, MockMethodInterceptor interceptor, java.lang.reflect.Method invokedMethod, java.lang.Object[] arguments, java.util.concurrent.Callable<?> superCall)voidMockAccess. setMockitoInterceptor(MockMethodInterceptor mockMethodInterceptor)Constructor parameters in org.mockito.internal.creation.bytebuddy with type arguments of type MockMethodInterceptor Constructor Description InlineBytecodeGenerator(java.lang.instrument.Instrumentation instrumentation, WeakConcurrentMap<java.lang.Object,MockMethodInterceptor> mocks)MockMethodAdvice(WeakConcurrentMap<java.lang.Object,MockMethodInterceptor> interceptors, java.lang.String identifier)
-