Uses of Class
org.eclipse.persistence.internal.libraries.asm.commons.Remapper
Packages that use Remapper
-
Uses of Remapper in org.eclipse.persistence.internal.libraries.asm.commons
Subclasses of Remapper in org.eclipse.persistence.internal.libraries.asm.commonsModifier and TypeClassDescriptionclassFields in org.eclipse.persistence.internal.libraries.asm.commons declared as RemapperModifier and TypeFieldDescriptionprotected final RemapperAnnotationRemapper.remapperThe remapper used to remap the types in the visited annotation.protected final RemapperClassRemapper.remapperThe remapper used to remap the types in the visited class.protected final RemapperFieldRemapper.remapperThe remapper used to remap the types in the visited field.protected final RemapperMethodRemapper.remapperThe remapper used to remap the types in the visited field.protected final RemapperModuleRemapper.remapperThe remapper used to remap the types in the visited module.protected final RemapperRecordComponentRemapper.remapperThe remapper used to remap the types in the visited field.Constructors in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type RemapperModifierConstructorDescriptionprotectedAnnotationRemapper(int api, String descriptor, AnnotationVisitor annotationVisitor, Remapper remapper) Constructs a newAnnotationRemapper.protectedAnnotationRemapper(int api, AnnotationVisitor annotationVisitor, Remapper remapper) Deprecated.AnnotationRemapper(String descriptor, AnnotationVisitor annotationVisitor, Remapper remapper) Constructs a newAnnotationRemapper.AnnotationRemapper(AnnotationVisitor annotationVisitor, Remapper remapper) Deprecated.protectedClassRemapper(int api, ClassVisitor classVisitor, Remapper remapper) Constructs a newClassRemapper.ClassRemapper(ClassVisitor classVisitor, Remapper remapper) Constructs a newClassRemapper.protectedFieldRemapper(int api, FieldVisitor fieldVisitor, Remapper remapper) Constructs a newFieldRemapper.FieldRemapper(FieldVisitor fieldVisitor, Remapper remapper) Constructs a newFieldRemapper.protectedMethodRemapper(int api, MethodVisitor methodVisitor, Remapper remapper) Constructs a newMethodRemapper.MethodRemapper(MethodVisitor methodVisitor, Remapper remapper) Constructs a newMethodRemapper.protectedModuleRemapper(int api, ModuleVisitor moduleVisitor, Remapper remapper) Constructs a newModuleRemapper.ModuleRemapper(ModuleVisitor moduleVisitor, Remapper remapper) Constructs a newModuleRemapper.protectedRecordComponentRemapper(int api, RecordComponentVisitor recordComponentVisitor, Remapper remapper) Constructs a newRecordComponentRemapper.RecordComponentRemapper(RecordComponentVisitor recordComponentVisitor, Remapper remapper) Constructs a newRecordComponentRemapper.protectedSignatureRemapper(int api, SignatureVisitor signatureVisitor, Remapper remapper) Constructs a newSignatureRemapper.SignatureRemapper(SignatureVisitor signatureVisitor, Remapper remapper) Constructs a newSignatureRemapper.
AnnotationRemapper(int, String, AnnotationVisitor, Remapper)instead.