Interface PanacheMethodCustomizer


public interface PanacheMethodCustomizer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(org.objectweb.asm.Type entityClassSignature, org.jboss.jandex.MethodInfo method, org.objectweb.asm.MethodVisitor mv)
     
  • Method Details

    • customize

      void customize(org.objectweb.asm.Type entityClassSignature, org.jboss.jandex.MethodInfo method, org.objectweb.asm.MethodVisitor mv)