public class SimpleRemapper extends Remapper
| 构造器和说明 |
|---|
SimpleRemapper(Map<String,String> mapping) |
SimpleRemapper(String oldName,
String newName) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
map(String key)
Map type className to the new className.
|
String |
mapFieldName(String owner,
String name,
String desc)
Map field className to the new className.
|
String |
mapMethodName(String owner,
String name,
String desc)
Map method className to the new className.
|
createRemappingSignatureAdapter, mapDesc, mapInvokeDynamicMethodName, mapMethodDesc, mapSignature, mapType, mapTypes, mapValuepublic String mapMethodName(String owner, String name, String desc)
RemappermapMethodName 在类中 Remapperowner - owner of the method.name - className of the method.desc - descriptor of the method.public String mapFieldName(String owner, String name, String desc)
RemappermapFieldName 在类中 Remapperowner - owner of the field.name - className of the fielddesc - descriptor of the fieldCopyright © 2022. All rights reserved.