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 java.util.Map<java.lang.Class<?>,MockMethodInterceptor>
InlineDelegateByteBuddyMockMaker.InlineStaticMockControl. interceptors
private WeakConcurrentMap<java.lang.Object,MockMethodInterceptor>
MockMethodAdvice. interceptors
private DetachedThreadLocal<java.util.Map<java.lang.Class<?>,MockMethodInterceptor>>
InlineDelegateByteBuddyMockMaker. mockedStatics
private DetachedThreadLocal<java.util.Map<java.lang.Class<?>,MockMethodInterceptor>>
MockMethodAdvice. mockedStatics
private WeakConcurrentMap<java.lang.Object,MockMethodInterceptor>
InlineDelegateByteBuddyMockMaker. mocks
Methods in org.mockito.internal.creation.bytebuddy that return MockMethodInterceptor Modifier and Type Method Description MockMethodInterceptor
MockAccess. getMockitoInterceptor()
Methods in org.mockito.internal.creation.bytebuddy with parameters of type MockMethodInterceptor Modifier and Type Method Description static java.lang.Object
MockMethodInterceptor.DispatcherDefaultingToRealMethod. interceptAbstract(java.lang.Object mock, MockMethodInterceptor interceptor, java.lang.Object stubValue, java.lang.reflect.Method invokedMethod, java.lang.Object[] arguments)
static java.lang.Object
MockMethodInterceptor.DispatcherDefaultingToRealMethod. interceptSuperCallable(java.lang.Object mock, MockMethodInterceptor interceptor, java.lang.reflect.Method invokedMethod, java.lang.Object[] arguments, java.util.concurrent.Callable<?> superCall)
void
MockAccess. 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, DetachedThreadLocal<java.util.Map<java.lang.Class<?>,MockMethodInterceptor>> mockedStatics, java.util.function.Predicate<java.lang.Class<?>> isMockConstruction, ConstructionCallback onConstruction)
InlineBytecodeGenerator(java.lang.instrument.Instrumentation instrumentation, WeakConcurrentMap<java.lang.Object,MockMethodInterceptor> mocks, DetachedThreadLocal<java.util.Map<java.lang.Class<?>,MockMethodInterceptor>> mockedStatics, java.util.function.Predicate<java.lang.Class<?>> isMockConstruction, ConstructionCallback onConstruction)
InlineStaticMockControl(java.lang.Class<T> type, java.util.Map<java.lang.Class<?>,MockMethodInterceptor> interceptors, MockCreationSettings<T> settings, MockHandler handler)
MockMethodAdvice(WeakConcurrentMap<java.lang.Object,MockMethodInterceptor> interceptors, DetachedThreadLocal<java.util.Map<java.lang.Class<?>,MockMethodInterceptor>> mockedStatics, java.lang.String identifier, java.util.function.Predicate<java.lang.Class<?>> isMockConstruction, ConstructionCallback onConstruction)
MockMethodAdvice(WeakConcurrentMap<java.lang.Object,MockMethodInterceptor> interceptors, DetachedThreadLocal<java.util.Map<java.lang.Class<?>,MockMethodInterceptor>> mockedStatics, java.lang.String identifier, java.util.function.Predicate<java.lang.Class<?>> isMockConstruction, ConstructionCallback onConstruction)
-