Class PanacheCompanionEnhancer

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

public abstract class PanacheCompanionEnhancer 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

    • PanacheCompanionEnhancer

      public PanacheCompanionEnhancer(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>