| Package | Description |
|---|---|
| io.ebean.enhance.asm.commons |
Provides some useful class and method adapters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleRemapper
|
| Constructor and Description |
|---|
AnnotationRemapper(AnnotationVisitor annotationVisitor,
Remapper remapper)
Constructs a new
AnnotationRemapper. |
ClassRemapper(ClassVisitor classVisitor,
Remapper remapper)
Constructs a new
ClassRemapper. |
FieldRemapper(FieldVisitor fieldVisitor,
Remapper remapper)
Constructs a new
FieldRemapper. |
MethodRemapper(MethodVisitor methodVisitor,
Remapper remapper)
Constructs a new
MethodRemapper. |
ModuleRemapper(ModuleVisitor moduleVisitor,
Remapper remapper)
Constructs a new
ModuleRemapper. |
SignatureRemapper(SignatureVisitor signatureVisitor,
Remapper remapper)
Constructs a new
SignatureRemapper. |
Copyright © 2019. All rights reserved.