Class MockMethodAdvice.ConstructorShortcut
java.lang.Object
org.mockito.internal.creation.bytebuddy.MockMethodAdvice.ConstructorShortcut
- All Implemented Interfaces:
net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper
- Enclosing class:
MockMethodAdvice
static class MockMethodAdvice.ConstructorShortcut
extends Object
implements net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Object[]
org.objectweb.asm.MethodVisitor
wrap
(net.bytebuddy.description.type.TypeDescription instrumentedType, net.bytebuddy.description.method.MethodDescription instrumentedMethod, org.objectweb.asm.MethodVisitor methodVisitor, net.bytebuddy.implementation.Implementation.Context implementationContext, net.bytebuddy.pool.TypePool typePool, int writerFlags, int readerFlags)
-
Field Details
-
identifier
-
-
Constructor Details
-
ConstructorShortcut
ConstructorShortcut(String identifier)
-
-
Method Details
-
wrap
public org.objectweb.asm.MethodVisitor wrap(net.bytebuddy.description.type.TypeDescription instrumentedType, net.bytebuddy.description.method.MethodDescription instrumentedMethod, org.objectweb.asm.MethodVisitor methodVisitor, net.bytebuddy.implementation.Implementation.Context implementationContext, net.bytebuddy.pool.TypePool typePool, int writerFlags, int readerFlags) - Specified by:
wrap
in interfacenet.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper
-
toFrames
-