public abstract class PanacheEntityEnhancer<MetamodelType extends MetamodelInfo<?>> extends Object implements BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.jandex.DotName |
DOTNAME_GENERATE_BRIDGE |
protected org.jboss.jandex.IndexView |
indexView |
static String |
JAXB_ANNOTATION_PREFIX |
static String |
JAXB_TRANSIENT_SIGNATURE |
static org.jboss.jandex.DotName |
JSON_IGNORE_DOT_NAME |
static org.jboss.jandex.DotName |
JSON_PROPERTY_DOT_NAME |
static String |
JSON_PROPERTY_SIGNATURE |
static String |
META_INF_PANACHE_ARCHIVE_MARKER |
protected List<PanacheMethodCustomizer> |
methodCustomizers |
protected MetamodelType |
modelInfo |
| Constructor and Description |
|---|
PanacheEntityEnhancer(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) |
abstract void |
collectFields(org.jboss.jandex.ClassInfo classInfo) |
MetamodelType |
getModelInfo() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic static final org.jboss.jandex.DotName DOTNAME_GENERATE_BRIDGE
public static final String JAXB_ANNOTATION_PREFIX
public static final String META_INF_PANACHE_ARCHIVE_MARKER
public static final String JAXB_TRANSIENT_SIGNATURE
public static final String JSON_PROPERTY_SIGNATURE
public static final org.jboss.jandex.DotName JSON_IGNORE_DOT_NAME
public static final org.jboss.jandex.DotName JSON_PROPERTY_DOT_NAME
protected MetamodelType extends MetamodelInfo<?> modelInfo
protected final org.jboss.jandex.IndexView indexView
protected final List<PanacheMethodCustomizer> methodCustomizers
public PanacheEntityEnhancer(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>public abstract void collectFields(org.jboss.jandex.ClassInfo classInfo)
public MetamodelType getModelInfo()
Copyright © 2021 JBoss by Red Hat. All rights reserved.