Uses of Interface
org.mockito.internal.creation.bytebuddy.ConstructionCallback
-
Packages that use ConstructionCallback Package Description org.mockito.internal.creation.bytebuddy ByteBuddy related stuff. -
-
Uses of ConstructionCallback in org.mockito.internal.creation.bytebuddy
Fields in org.mockito.internal.creation.bytebuddy declared as ConstructionCallback Modifier and Type Field Description private ConstructionCallback
MockMethodAdvice. onConstruction
Constructors in org.mockito.internal.creation.bytebuddy with parameters of type ConstructionCallback 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)
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)
-