public abstract class PanacheEntityEnhancer<MetamodelType extends MetamodelInfo<?>> extends Object implements BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>
| Modifier and Type | Class and Description |
|---|---|
static class |
PanacheEntityEnhancer.PanacheEntityClassVisitor<EntityFieldType extends EntityField> |
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.jandex.IndexView |
indexView |
protected List<PanacheMethodCustomizer> |
methodCustomizers |
protected MetamodelType |
modelInfo |
protected org.jboss.jandex.ClassInfo |
panacheEntityBaseClassInfo |
static String |
PARAMETERS_BINARY_NAME |
static String |
PARAMETERS_NAME |
static String |
PARAMETERS_SIGNATURE |
static String |
SORT_BINARY_NAME |
static String |
SORT_NAME |
static String |
SORT_SIGNATURE |
| Constructor and Description |
|---|
PanacheEntityEnhancer(org.jboss.jandex.IndexView index,
org.jboss.jandex.DotName panacheEntityBaseName,
List<PanacheMethodCustomizer> methodCustomizers) |
| Modifier and Type | Method and Description |
|---|---|
abstract org.objectweb.asm.ClassVisitor |
apply(String className,
org.objectweb.asm.ClassVisitor outputClassVisitor) |
abstract void |
collectFields(org.jboss.jandex.ClassInfo classInfo) |
MetamodelType |
getModelInfo() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic static final String SORT_NAME
public static final String SORT_BINARY_NAME
public static final String SORT_SIGNATURE
public static final String PARAMETERS_NAME
public static final String PARAMETERS_BINARY_NAME
public static final String PARAMETERS_SIGNATURE
protected MetamodelType extends MetamodelInfo<?> modelInfo
protected final org.jboss.jandex.ClassInfo panacheEntityBaseClassInfo
protected final org.jboss.jandex.IndexView indexView
protected final List<PanacheMethodCustomizer> methodCustomizers
public PanacheEntityEnhancer(org.jboss.jandex.IndexView index,
org.jboss.jandex.DotName panacheEntityBaseName,
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>public abstract void collectFields(org.jboss.jandex.ClassInfo classInfo)
public MetamodelType getModelInfo()
Copyright © 2020 JBoss by Red Hat. All rights reserved.