| Modifier and Type | Class | Description |
|---|---|---|
class |
SimpleRemapper |
A
Remapper using a Map to define its mapping. |
| Modifier and Type | Field | Description |
|---|---|---|
protected Remapper |
AnnotationRemapper.remapper |
The remapper used to remap the types in the visited annotation.
|
protected Remapper |
ClassRemapper.remapper |
The remapper used to remap the types in the visited class.
|
protected Remapper |
FieldRemapper.remapper |
The remapper used to remap the types in the visited field.
|
protected Remapper |
MethodRemapper.remapper |
The remapper used to remap the types in the visited field.
|
protected Remapper |
ModuleRemapper.remapper |
The remapper used to remap the types in the visited module.
|
protected Remapper |
RecordComponentRemapper.remapper |
The remapper used to remap the types in the visited field.
|
| Constructor | Description |
|---|---|
AnnotationRemapper(int api,
java.lang.String descriptor,
org.objectweb.asm.AnnotationVisitor annotationVisitor,
Remapper remapper) |
Constructs a new
AnnotationRemapper. |
AnnotationRemapper(int api,
org.objectweb.asm.AnnotationVisitor annotationVisitor,
Remapper remapper) |
Deprecated.
|
AnnotationRemapper(java.lang.String descriptor,
org.objectweb.asm.AnnotationVisitor annotationVisitor,
Remapper remapper) |
Constructs a new
AnnotationRemapper. |
AnnotationRemapper(org.objectweb.asm.AnnotationVisitor annotationVisitor,
Remapper remapper) |
Deprecated.
|
ClassRemapper(int api,
org.objectweb.asm.ClassVisitor classVisitor,
Remapper remapper) |
Constructs a new
ClassRemapper. |
ClassRemapper(org.objectweb.asm.ClassVisitor classVisitor,
Remapper remapper) |
Constructs a new
ClassRemapper. |
FieldRemapper(int api,
org.objectweb.asm.FieldVisitor fieldVisitor,
Remapper remapper) |
Constructs a new
FieldRemapper. |
FieldRemapper(org.objectweb.asm.FieldVisitor fieldVisitor,
Remapper remapper) |
Constructs a new
FieldRemapper. |
MethodRemapper(int api,
org.objectweb.asm.MethodVisitor methodVisitor,
Remapper remapper) |
Constructs a new
MethodRemapper. |
MethodRemapper(org.objectweb.asm.MethodVisitor methodVisitor,
Remapper remapper) |
Constructs a new
MethodRemapper. |
ModuleRemapper(int api,
org.objectweb.asm.ModuleVisitor moduleVisitor,
Remapper remapper) |
Constructs a new
ModuleRemapper. |
ModuleRemapper(org.objectweb.asm.ModuleVisitor moduleVisitor,
Remapper remapper) |
Constructs a new
ModuleRemapper. |
RecordComponentRemapper(int api,
org.objectweb.asm.RecordComponentVisitor recordComponentVisitor,
Remapper remapper) |
Constructs a new
RecordComponentRemapper. |
RecordComponentRemapper(org.objectweb.asm.RecordComponentVisitor recordComponentVisitor,
Remapper remapper) |
Constructs a new
RecordComponentRemapper. |
SignatureRemapper(int api,
org.objectweb.asm.signature.SignatureVisitor signatureVisitor,
Remapper remapper) |
Constructs a new
SignatureRemapper. |
SignatureRemapper(org.objectweb.asm.signature.SignatureVisitor signatureVisitor,
Remapper remapper) |
Constructs a new
SignatureRemapper. |
Copyright © 2022. All rights reserved.