Uses of Class
org.mockito.internal.util.concurrent.DetachedThreadLocal
Packages that use DetachedThreadLocal
-
Uses of DetachedThreadLocal in org.mockito.internal.creation.bytebuddy
Fields in org.mockito.internal.creation.bytebuddy declared as DetachedThreadLocalModifier and TypeFieldDescriptionprivate final DetachedThreadLocal
<Map<Class<?>, BiConsumer<Object, MockedConstruction.Context>>> InlineDelegateByteBuddyMockMaker.mockedConstruction
private final DetachedThreadLocal
<Map<Class<?>, MockMethodInterceptor>> InlineDelegateByteBuddyMockMaker.mockedStatics
private final DetachedThreadLocal
<Map<Class<?>, MockMethodInterceptor>> MockMethodAdvice.mockedStatics
Constructors in org.mockito.internal.creation.bytebuddy with parameters of type DetachedThreadLocalModifierConstructorDescriptionInlineBytecodeGenerator
(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)