Uses of Interface
org.mockito.internal.creation.bytebuddy.ConstructionCallback
Packages that use ConstructionCallback
-
Uses of ConstructionCallback in org.mockito.internal.creation.bytebuddy
Fields in org.mockito.internal.creation.bytebuddy declared as ConstructionCallbackModifier and TypeFieldDescriptionprivate final ConstructionCallback
MockMethodAdvice.onConstruction
Constructors in org.mockito.internal.creation.bytebuddy with parameters of type ConstructionCallbackModifierConstructorDescriptionInlineBytecodeGenerator
(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)