Class PanacheRepositoryEnhancer
java.lang.Object
io.quarkus.panache.common.deployment.PanacheRepositoryEnhancer
- All Implemented Interfaces:
BiFunction<String,org.objectweb.asm.ClassVisitor, org.objectweb.asm.ClassVisitor>
- Direct Known Subclasses:
KotlinPanacheRepositoryEnhancer
public abstract class PanacheRepositoryEnhancer
extends Object
implements BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.objectweb.asm.ClassVisitorbooleanskipRepository(org.jboss.jandex.ClassInfo classInfo) 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
-
-
Constructor Details
-
PanacheRepositoryEnhancer
public PanacheRepositoryEnhancer(org.jboss.jandex.IndexView index)
-
-
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>
-
skipRepository
public boolean skipRepository(org.jboss.jandex.ClassInfo classInfo)
-