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 Summary
FieldsModifier and TypeFieldDescriptionprotected final org.jboss.jandex.IndexViewprotected final List<PanacheMethodCustomizer> -
Constructor Summary
ConstructorsConstructorDescriptionPanacheCompanionEnhancer(org.jboss.jandex.IndexView index, List<PanacheMethodCustomizer> methodCustomizers) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Field Details
-
indexView
protected final org.jboss.jandex.IndexView indexView -
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:
applyin interfaceBiFunction<String,org.objectweb.asm.ClassVisitor, org.objectweb.asm.ClassVisitor>
-