class KotlinPanacheRepositoryClassVisitor
extends org.objectweb.asm.ClassVisitor
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
DEFAULT_IMPLS |
protected Map<String,String> |
typeArguments |
| Constructor and Description |
|---|
KotlinPanacheRepositoryClassVisitor(String className,
org.objectweb.asm.ClassVisitor outputClassVisitor,
org.jboss.jandex.IndexView indexView) |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(int version,
int access,
String name,
String signature,
String superName,
String[] interfaces) |
org.objectweb.asm.MethodVisitor |
visitMethod(int access,
String name,
String descriptor,
String signature,
String[] exceptions) |
public static final Pattern DEFAULT_IMPLS
public KotlinPanacheRepositoryClassVisitor(String className, org.objectweb.asm.ClassVisitor outputClassVisitor, org.jboss.jandex.IndexView indexView)
Copyright © 2020 JBoss by Red Hat. All rights reserved.