Uses of Class
org.mockito.internal.creation.bytebuddy.MockMethodInterceptor
Packages that use MockMethodInterceptor
-
Uses of MockMethodInterceptor in org.mockito.internal.creation.bytebuddy
Fields in org.mockito.internal.creation.bytebuddy with type parameters of type MockMethodInterceptorModifier and TypeFieldDescriptionprivate final Map<Class<?>, MockMethodInterceptor> InlineDelegateByteBuddyMockMaker.InlineStaticMockControl.interceptorsprivate final WeakConcurrentMap<Object, MockMethodInterceptor> MockMethodAdvice.interceptorsprivate final DetachedThreadLocal<Map<Class<?>, MockMethodInterceptor>> InlineDelegateByteBuddyMockMaker.mockedStaticsprivate final DetachedThreadLocal<Map<Class<?>, MockMethodInterceptor>> MockMethodAdvice.mockedStaticsprivate final WeakConcurrentMap<Object, MockMethodInterceptor> InlineDelegateByteBuddyMockMaker.mocksMethods 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) privateInlineStaticMockControl(Class<T> type, Map<Class<?>, MockMethodInterceptor> interceptors, MockCreationSettings<T> settings, MockHandler handler) 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)