| Package | Description |
|---|---|
| io.quarkus.panache.common.deployment | |
| io.quarkus.panache.common.deployment.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected List<PanacheMethodCustomizer> |
PanacheEntityEnhancer.methodCustomizers |
| Modifier and Type | Method and Description |
|---|---|
PanacheMethodCustomizer |
PanacheMethodCustomizerBuildItem.getMethodCustomizer() |
| Constructor and Description |
|---|
PanacheMethodCustomizerBuildItem(PanacheMethodCustomizer methodCustomizer) |
| Constructor and Description |
|---|
PanacheEntityEnhancer(org.jboss.jandex.IndexView index,
List<PanacheMethodCustomizer> methodCustomizers) |
PanacheMethodCustomizerVisitor(org.objectweb.asm.MethodVisitor superVisitor,
org.jboss.jandex.MethodInfo method,
org.objectweb.asm.Type thisClass,
List<PanacheMethodCustomizer> methodCustomizers) |
| Modifier and Type | Field and Description |
|---|---|
protected List<PanacheMethodCustomizer> |
KotlinPanacheClassVisitor.methodCustomizers |
protected List<PanacheMethodCustomizer> |
PanacheEntityClassVisitor.methodCustomizers |
| Constructor and Description |
|---|
KotlinPanacheClassVisitor(org.objectweb.asm.ClassVisitor outputClassVisitor,
org.jboss.jandex.ClassInfo classInfo,
org.jboss.jandex.IndexView indexView,
TypeBundle typeBundle,
ByteCodeType baseType,
List<PanacheMethodCustomizer> methodCustomizers) |
PanacheEntityClassVisitor(org.objectweb.asm.ClassVisitor outputClassVisitor,
MetamodelInfo<? extends EntityModel<? extends EntityFieldType>> modelInfo,
TypeBundle typeBundle,
org.jboss.jandex.ClassInfo entityInfo,
List<PanacheMethodCustomizer> methodCustomizers,
org.jboss.jandex.IndexView indexView) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.