protected class TypePool.Default.TypeExtractor.FieldExtractor extends FieldVisitor
api, fv| Modifier | Constructor and Description |
|---|---|
protected |
FieldExtractor(int modifiers,
String internalName,
String descriptor,
String genericSignature)
Creates a new field extractor.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisitor |
visitAnnotation(String descriptor,
boolean visible) |
void |
visitEnd() |
AnnotationVisitor |
visitTypeAnnotation(int rawTypeReference,
TypePath typePath,
String descriptor,
boolean visible) |
getDelegate, visitAttributeprotected FieldExtractor(int modifiers,
String internalName,
String descriptor,
@MaybeNull
String genericSignature)
modifiers - The modifiers found for this field.internalName - The name of the field.descriptor - The descriptor of the field type.genericSignature - The generic signature of the field or null if it is not generic.@MaybeNull public AnnotationVisitor visitTypeAnnotation(int rawTypeReference, @MaybeNull TypePath typePath, String descriptor, boolean visible)
visitTypeAnnotation in class FieldVisitorpublic AnnotationVisitor visitAnnotation(String descriptor, boolean visible)
visitAnnotation in class FieldVisitorpublic void visitEnd()
visitEnd in class FieldVisitorCopyright © 2014–2025. All rights reserved.