Class PanacheMethodCustomizerVisitor

java.lang.Object
org.objectweb.asm.MethodVisitor
io.quarkus.panache.common.deployment.PanacheMethodCustomizerVisitor

public class PanacheMethodCustomizerVisitor extends org.objectweb.asm.MethodVisitor
  • Field Summary

    Fields inherited from class org.objectweb.asm.MethodVisitor

    api, mv
  • 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

    Modifier and Type
    Method
    Description
    void
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PanacheMethodCustomizerVisitor

      public PanacheMethodCustomizerVisitor(org.objectweb.asm.MethodVisitor superVisitor, org.jboss.jandex.MethodInfo method, org.objectweb.asm.Type thisClass, List<PanacheMethodCustomizer> methodCustomizers)
  • Method Details

    • visitCode

      public void visitCode()
      Overrides:
      visitCode in class org.objectweb.asm.MethodVisitor