Package | Description |
---|---|
org.mockito.internal.creation.bytebuddy |
ByteBuddy related stuff.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
SubclassInjectionLoader |
private static class |
SubclassInjectionLoader.WithLookup |
private static class |
SubclassInjectionLoader.WithReflection |
Modifier and Type | Field and Description |
---|---|
private SubclassLoader |
SubclassBytecodeGenerator.loader |
private SubclassLoader |
SubclassInjectionLoader.loader |
Modifier and Type | Method and Description |
---|---|
private static SubclassLoader |
SubclassInjectionLoader.tryLookup() |
Constructor and Description |
---|
SubclassByteBuddyMockMaker(SubclassLoader loader) |
SubclassBytecodeGenerator(SubclassLoader loader) |
SubclassBytecodeGenerator(SubclassLoader loader,
net.bytebuddy.implementation.Implementation readReplace,
net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription> matcher) |