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.interceptors
private final WeakConcurrentMap
<Object, MockMethodInterceptor> MockMethodAdvice.interceptors
private final DetachedThreadLocal
<Map<Class<?>, MockMethodInterceptor>> InlineDelegateByteBuddyMockMaker.mockedStatics
private final DetachedThreadLocal
<Map<Class<?>, MockMethodInterceptor>> MockMethodAdvice.mockedStatics
private final WeakConcurrentMap
<Object, MockMethodInterceptor> InlineDelegateByteBuddyMockMaker.mocks
Methods in org.mockito.internal.creation.bytebuddy that return MockMethodInterceptorMethods in org.mockito.internal.creation.bytebuddy with parameters of type MockMethodInterceptorModifier and TypeMethodDescriptionstatic Object
MockMethodInterceptor.DispatcherDefaultingToRealMethod.interceptAbstract
(Object mock, MockMethodInterceptor interceptor, Object stubValue, Method invokedMethod, Object[] arguments) static Object
MockMethodInterceptor.DispatcherDefaultingToRealMethod.interceptSuperCallable
(Object mock, MockMethodInterceptor interceptor, Method invokedMethod, Object[] arguments, Callable<?> superCall) void
MockAccess.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) private
InlineStaticMockControl
(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)