| Package | Description |
|---|---|
| io.quarkus.panache.common.deployment.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected TypeBundle |
PanacheEntityClassOperationGenerationVisitor.typeBundle |
protected TypeBundle |
KotlinPanacheClassOperationGenerationVisitor.typeBundle |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PanacheEntityClassOperationGenerationVisitor.discoverTypeParameters(org.jboss.jandex.ClassInfo classInfo,
org.jboss.jandex.IndexView indexView,
TypeBundle types,
ByteCodeType baseType) |
protected void |
KotlinPanacheClassOperationGenerationVisitor.discoverTypeParameters(org.jboss.jandex.ClassInfo classInfo,
org.jboss.jandex.IndexView indexView,
TypeBundle types,
ByteCodeType baseType) |
protected void |
PanacheRepositoryClassOperationGenerationVisitor.discoverTypeParameters(org.jboss.jandex.ClassInfo classInfo,
org.jboss.jandex.IndexView indexView,
TypeBundle types,
ByteCodeType baseType) |
| Constructor and Description |
|---|
KotlinPanacheClassOperationGenerationVisitor(org.objectweb.asm.ClassVisitor outputClassVisitor,
org.jboss.jandex.ClassInfo classInfo,
org.jboss.jandex.IndexView indexView,
TypeBundle typeBundle,
ByteCodeType baseType,
List<PanacheMethodCustomizer> methodCustomizers) |
PanacheEntityClassOperationGenerationVisitor(org.objectweb.asm.ClassVisitor outputClassVisitor,
TypeBundle typeBundle,
org.jboss.jandex.ClassInfo entityInfo,
List<PanacheMethodCustomizer> methodCustomizers,
org.jboss.jandex.IndexView indexView) |
PanacheRepositoryClassOperationGenerationVisitor(String className,
org.objectweb.asm.ClassVisitor outputClassVisitor,
org.jboss.jandex.IndexView indexView,
TypeBundle typeBundle) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.