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, mapValue
public SimpleRemapper(Map mapping)
public String mapMethodName(String owner, String name, String desc)
Remapper
mapMethodName
in class Remapper
public String mapFieldName(String owner, String name, String desc)
Remapper
mapFieldName
in class Remapper