Class PanacheRepositoryEnhancer
- java.lang.Object
-
- io.quarkus.panache.common.deployment.PanacheRepositoryEnhancer
-
- All Implemented Interfaces:
BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>
public abstract class PanacheRepositoryEnhancer 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.IndexViewindexView
-
Constructor Summary
Constructors Constructor Description PanacheRepositoryEnhancer(org.jboss.jandex.IndexView index)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract org.objectweb.asm.ClassVisitorapply(String className, org.objectweb.asm.ClassVisitor outputClassVisitor)booleanskipRepository(org.jboss.jandex.ClassInfo classInfo)-
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
-
-
-
-
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>
-
skipRepository
public boolean skipRepository(org.jboss.jandex.ClassInfo classInfo)
-
-