| Modifier and Type | Field and Description |
|---|---|
protected List<PanacheMethodCustomizer> |
PanacheEntityEnhancer.methodCustomizers |
protected List<PanacheMethodCustomizer> |
PanacheEntityEnhancer.PanacheEntityClassVisitor.methodCustomizers |
| Modifier and Type | Method and Description |
|---|---|
PanacheMethodCustomizer |
PanacheMethodCustomizerBuildItem.getMethodCustomizer() |
| Constructor and Description |
|---|
PanacheMethodCustomizerBuildItem(PanacheMethodCustomizer methodCustomizer) |
| Constructor and Description |
|---|
PanacheEntityClassVisitor(String className,
org.objectweb.asm.ClassVisitor outputClassVisitor,
MetamodelInfo<? extends EntityModel<? extends EntityFieldType>> modelInfo,
org.jboss.jandex.ClassInfo panacheEntityBaseClassInfo,
org.jboss.jandex.ClassInfo entityInfo,
List<PanacheMethodCustomizer> methodCustomizers) |
PanacheEntityEnhancer(org.jboss.jandex.IndexView index,
org.jboss.jandex.DotName panacheEntityBaseName,
List<PanacheMethodCustomizer> methodCustomizers) |
PanacheMethodCustomizerVisitor(org.objectweb.asm.MethodVisitor superVisitor,
org.jboss.jandex.MethodInfo method,
org.objectweb.asm.Type thisClass,
List<PanacheMethodCustomizer> methodCustomizers) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.