Uses of Class
org.mockito.internal.creation.bytebuddy.MockMethodInterceptor
Packages that use MockMethodInterceptor
-
Uses of MockMethodInterceptor in org.mockito.internal.creation.bytebuddy
Methods in org.mockito.internal.creation.bytebuddy that return MockMethodInterceptorMethods in org.mockito.internal.creation.bytebuddy with parameters of type MockMethodInterceptorModifier and TypeMethodDescriptionstatic ObjectMockMethodInterceptor.DispatcherDefaultingToRealMethod.interceptAbstract(Object mock, MockMethodInterceptor interceptor, Object stubValue, Method invokedMethod, Object[] arguments) static ObjectMockMethodInterceptor.DispatcherDefaultingToRealMethod.interceptSuperCallable(Object mock, MockMethodInterceptor interceptor, Method invokedMethod, Object[] arguments, Callable<?> superCall) voidMockAccess.setMockitoInterceptor(MockMethodInterceptor mockMethodInterceptor) Constructor parameters in org.mockito.internal.creation.bytebuddy with type arguments of type MockMethodInterceptorModifierConstructorDescriptionInlineBytecodeGenerator(Instrumentation instrumentation, WeakConcurrentMap<Object, MockMethodInterceptor> mocks, DetachedThreadLocal<Map<Class<?>, MockMethodInterceptor>> mockedStatics, Predicate<Class<?>> isMockConstruction, ConstructionCallback onConstruction) InlineBytecodeGenerator(Instrumentation instrumentation, WeakConcurrentMap<Object, MockMethodInterceptor> mocks, DetachedThreadLocal<Map<Class<?>, MockMethodInterceptor>> mockedStatics, Predicate<Class<?>> isMockConstruction, ConstructionCallback onConstruction) MockMethodAdvice(WeakConcurrentMap<Object, MockMethodInterceptor> interceptors, DetachedThreadLocal<Map<Class<?>, MockMethodInterceptor>> mockedStatics, String identifier, Predicate<Class<?>> isMockConstruction, ConstructionCallback onConstruction) MockMethodAdvice(WeakConcurrentMap<Object, MockMethodInterceptor> interceptors, DetachedThreadLocal<Map<Class<?>, MockMethodInterceptor>> mockedStatics, String identifier, Predicate<Class<?>> isMockConstruction, ConstructionCallback onConstruction)