Class PanacheEntityEnhancer

java.lang.Object
io.quarkus.panache.common.deployment.PanacheEntityEnhancer
All Implemented Interfaces:
BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>
Direct Known Subclasses:
KotlinPanacheEntityEnhancer

public abstract class PanacheEntityEnhancer extends Object implements BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>
  • Field Details

    • indexView

      protected final org.jboss.jandex.IndexView indexView
    • methodCustomizers

      protected final List<PanacheMethodCustomizer> methodCustomizers
  • Constructor Details

    • PanacheEntityEnhancer

      public PanacheEntityEnhancer(org.jboss.jandex.IndexView index, List<PanacheMethodCustomizer> methodCustomizers)
  • Method Details

    • apply

      public abstract org.objectweb.asm.ClassVisitor apply(String className, org.objectweb.asm.ClassVisitor outputClassVisitor)
      Specified by:
      apply in interface BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>