public abstract class PanacheRepositoryEnhancer extends Object implements BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.jandex.IndexView |
indexView |
| Constructor and Description |
|---|
PanacheRepositoryEnhancer(org.jboss.jandex.IndexView index) |
| Modifier and Type | Method and Description |
|---|---|
abstract org.objectweb.asm.ClassVisitor |
apply(String className,
org.objectweb.asm.ClassVisitor outputClassVisitor) |
boolean |
skipRepository(org.jboss.jandex.ClassInfo classInfo) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic PanacheRepositoryEnhancer(org.jboss.jandex.IndexView index)
public abstract org.objectweb.asm.ClassVisitor apply(String className, org.objectweb.asm.ClassVisitor outputClassVisitor)
apply in interface BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>public boolean skipRepository(org.jboss.jandex.ClassInfo classInfo)
Copyright © 2021 JBoss by Red Hat. All rights reserved.