Uses of Interface
org.mockito.internal.creation.bytebuddy.BytecodeGenerator
Packages that use BytecodeGenerator
-
Uses of BytecodeGenerator in org.mockito.internal.creation.bytebuddy
Classes in org.mockito.internal.creation.bytebuddy that implement BytecodeGeneratorModifier and TypeClassDescriptionclass
(package private) class
(package private) class
Fields in org.mockito.internal.creation.bytebuddy declared as BytecodeGeneratorModifier and TypeFieldDescriptionprivate final BytecodeGenerator
InlineDelegateByteBuddyMockMaker.bytecodeGenerator
private final BytecodeGenerator
TypeCachingBytecodeGenerator.bytecodeGenerator
private final BytecodeGenerator
SubclassByteBuddyMockMaker.cachingMockBytecodeGenerator
private final BytecodeGenerator
InlineBytecodeGenerator.subclassEngine
Constructors in org.mockito.internal.creation.bytebuddy with parameters of type BytecodeGeneratorModifierConstructorDescriptionTypeCachingBytecodeGenerator
(BytecodeGenerator bytecodeGenerator, boolean weak)