Class PanacheCompanionEnhancer
- java.lang.Object
-
- io.quarkus.panache.common.deployment.PanacheCompanionEnhancer
-
- All Implemented Interfaces:
BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>
public abstract class PanacheCompanionEnhancer extends Object implements BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jboss.jandex.IndexViewindexViewprotected List<PanacheMethodCustomizer>methodCustomizers
-
Constructor Summary
Constructors Constructor Description PanacheCompanionEnhancer(org.jboss.jandex.IndexView index, List<PanacheMethodCustomizer> methodCustomizers)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract org.objectweb.asm.ClassVisitorapply(String className, org.objectweb.asm.ClassVisitor outputClassVisitor)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Field Detail
-
indexView
protected final org.jboss.jandex.IndexView indexView
-
methodCustomizers
protected final List<PanacheMethodCustomizer> methodCustomizers
-
-
Constructor Detail
-
PanacheCompanionEnhancer
public PanacheCompanionEnhancer(org.jboss.jandex.IndexView index, List<PanacheMethodCustomizer> methodCustomizers)
-
-
Method Detail
-
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>
-
-