Class PanacheMethodCustomizerVisitor
- java.lang.Object
-
- org.objectweb.asm.MethodVisitor
-
- io.quarkus.panache.common.deployment.PanacheMethodCustomizerVisitor
-
public class PanacheMethodCustomizerVisitor extends org.objectweb.asm.MethodVisitor
-
-
Constructor Summary
Constructors Constructor Description PanacheMethodCustomizerVisitor(org.objectweb.asm.MethodVisitor superVisitor, org.jboss.jandex.MethodInfo method, org.objectweb.asm.Type thisClass, List<PanacheMethodCustomizer> methodCustomizers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvisitCode()-
Methods inherited from class org.objectweb.asm.MethodVisitor
getDelegate, visitAnnotableParameterCount, visitAnnotation, visitAnnotationDefault, visitAttribute, visitEnd, visitFieldInsn, visitFrame, visitIincInsn, visitInsn, visitInsnAnnotation, visitIntInsn, visitInvokeDynamicInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLocalVariableAnnotation, visitLookupSwitchInsn, visitMaxs, visitMethodInsn, visitMethodInsn, visitMultiANewArrayInsn, visitParameter, visitParameterAnnotation, visitTableSwitchInsn, visitTryCatchAnnotation, visitTryCatchBlock, visitTypeAnnotation, visitTypeInsn, visitVarInsn
-
-
-
-
Constructor Detail
-
PanacheMethodCustomizerVisitor
public PanacheMethodCustomizerVisitor(org.objectweb.asm.MethodVisitor superVisitor, org.jboss.jandex.MethodInfo method, org.objectweb.asm.Type thisClass, List<PanacheMethodCustomizer> methodCustomizers)
-
-