Interface PanacheMethodCustomizer


  • public interface PanacheMethodCustomizer
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void customize​(org.objectweb.asm.Type entityClassSignature, org.jboss.jandex.MethodInfo method, org.objectweb.asm.MethodVisitor mv)  
    • Method Detail

      • customize

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