Uses of Class
org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator.TypeCachingLock
-
Packages that use TypeCachingBytecodeGenerator.TypeCachingLock Package Description org.mockito.internal.creation.bytebuddy ByteBuddy related stuff. -
-
Uses of TypeCachingBytecodeGenerator.TypeCachingLock in org.mockito.internal.creation.bytebuddy
Fields in org.mockito.internal.creation.bytebuddy declared as TypeCachingBytecodeGenerator.TypeCachingLock Modifier and Type Field Description private TypeCachingBytecodeGenerator.TypeCachingLock[]TypeCachingBytecodeGenerator. cacheLocksThis array containsTypeCachingBytecodeGenerator.TypeCachingLockinstances, which are used as java monitor locks forTypeCache.findOrInsert(ClassLoader, Object, Callable, Object).Methods in org.mockito.internal.creation.bytebuddy that return TypeCachingBytecodeGenerator.TypeCachingLock Modifier and Type Method Description private TypeCachingBytecodeGenerator.TypeCachingLockTypeCachingBytecodeGenerator. getCacheLockForKey(TypeCachingBytecodeGenerator.MockitoMockKey key)Returns aTypeCachingBytecodeGenerator.TypeCachingLock, which locks theTypeCache.findOrInsert(ClassLoader, Object, Callable, Object).
-