public abstract class PanacheCompanionEnhancer 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 |
protected List<PanacheMethodCustomizer> |
methodCustomizers |
| Constructor and Description |
|---|
PanacheCompanionEnhancer(org.jboss.jandex.IndexView index,
List<PanacheMethodCustomizer> methodCustomizers) |
| Modifier and Type | Method and Description |
|---|---|
abstract org.objectweb.asm.ClassVisitor |
apply(String className,
org.objectweb.asm.ClassVisitor outputClassVisitor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenprotected final org.jboss.jandex.IndexView indexView
protected final List<PanacheMethodCustomizer> methodCustomizers
public PanacheCompanionEnhancer(org.jboss.jandex.IndexView index,
List<PanacheMethodCustomizer> methodCustomizers)
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>Copyright © 2021 JBoss by Red Hat. All rights reserved.