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 Summary
FieldsModifier and TypeFieldDescriptionprotected final org.jboss.jandex.IndexViewprotected final List<PanacheMethodCustomizer> -
Constructor Summary
ConstructorsConstructorDescriptionPanacheEntityEnhancer(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
-
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:
applyin interfaceBiFunction<String,org.objectweb.asm.ClassVisitor, org.objectweb.asm.ClassVisitor>
-