Uses of Interface
org.mockito.internal.creation.bytebuddy.ConstructionCallback
Packages that use ConstructionCallback
-
Uses of ConstructionCallback in org.mockito.internal.creation.bytebuddy
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)