public class SimpleRemapper extends Remapper
| Constructor and Description |
|---|
SimpleRemapper(Map mapping) |
SimpleRemapper(String oldName,
String newName) |
| Modifier and Type | Method and Description |
|---|---|
String |
map(String key)
Map type name to the new name.
|
String |
mapFieldName(String owner,
String name,
String desc)
Map field name to the new name.
|
String |
mapMethodName(String owner,
String name,
String desc)
Map method name to the new name.
|
createRemappingSignatureAdapter, mapDesc, mapMethodDesc, mapSignature, mapType, mapTypes, mapValuepublic SimpleRemapper(Map mapping)
public String mapMethodName(String owner, String name, String desc)
RemappermapMethodName in class Remapperpublic String mapFieldName(String owner, String name, String desc)
RemappermapFieldName in class Remapper