Class PanacheMockMethodCustomizer

java.lang.Object
io.quarkus.panache.mock.impl.PanacheMockMethodCustomizer
All Implemented Interfaces:
PanacheMethodCustomizer

public class PanacheMockMethodCustomizer extends Object implements PanacheMethodCustomizer
  • Constructor Details

    • PanacheMockMethodCustomizer

      public PanacheMockMethodCustomizer()
  • Method Details

    • customize

      public void customize(org.objectweb.asm.Type entityClassSignature, org.jboss.jandex.MethodInfo method, org.objectweb.asm.MethodVisitor mv)
      Specified by:
      customize in interface PanacheMethodCustomizer