FieldRemapper
instead.@Deprecated public class RemappingFieldAdapter extends FieldVisitor
FieldVisitor
adapter for type remapping.api, fv
Modifier | Constructor and Description |
---|---|
|
RemappingFieldAdapter(FieldVisitor fieldVisitor,
Remapper remapper)
Deprecated.
|
protected |
RemappingFieldAdapter(int api,
FieldVisitor fieldVisitor,
Remapper remapper)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AnnotationVisitor |
visitAnnotation(String descriptor,
boolean visible)
Deprecated.
Visits an annotation of the field.
|
AnnotationVisitor |
visitTypeAnnotation(int typeRef,
TypePath typePath,
String descriptor,
boolean visible)
Deprecated.
Visits an annotation on the type of the field.
|
visitAttribute, visitEnd
public RemappingFieldAdapter(FieldVisitor fieldVisitor, Remapper remapper)
protected RemappingFieldAdapter(int api, FieldVisitor fieldVisitor, Remapper remapper)
public AnnotationVisitor visitAnnotation(String descriptor, boolean visible)
FieldVisitor
visitAnnotation
in class FieldVisitor
descriptor
- the class descriptor of the annotation class.visible
- true if the annotation is visible at runtime.public AnnotationVisitor visitTypeAnnotation(int typeRef, TypePath typePath, String descriptor, boolean visible)
FieldVisitor
visitTypeAnnotation
in class FieldVisitor
typeRef
- a reference to the annotated type. The sort of this type reference must be
TypeReference.FIELD
. See TypeReference
.typePath
- the path to the annotated type argument, wildcard bound, array element type, or
static inner type within 'typeRef'. May be null if the annotation targets
'typeRef' as a whole.descriptor
- the class descriptor of the annotation class.visible
- true if the annotation is visible at runtime.Copyright © 2022. All rights reserved.