类的使用
cn.taketoday.bytecode.commons.Remapper
使用Remapper的程序包
-
cn.taketoday.bytecode.commons中Remapper的使用
修饰符和类型字段说明protected 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.参数类型为Remapper的cn.taketoday.bytecode.commons中的构造器限定符构造器说明AnnotationRemapper(String descriptor, AnnotationVisitor annotationVisitor, Remapper remapper) Constructs a newAnnotationRemapper.protectedClassRemapper(ClassVisitor classVisitor, Remapper remapper) Constructs a newClassRemapper.FieldRemapper(FieldVisitor fieldVisitor, Remapper remapper) Constructs a newFieldRemapper.MethodRemapper(MethodVisitor methodVisitor, Remapper remapper) Constructs a newMethodRemapper.ModuleRemapper(ModuleVisitor moduleVisitor, Remapper remapper) Constructs a newModuleRemapper.RecordComponentRemapper(RecordComponentVisitor recordComponentVisitor, Remapper remapper) Constructs a newRecordComponentRemapper.SignatureRemapper(SignatureVisitor signatureVisitor, Remapper remapper) Constructs a newSignatureRemapper.