| Class | Description |
|---|---|
| ProguardMapper |
A remapper that uses a proguard mapping file for remapping.
|
| RawMapper |
A remapper that uses the given
MapRemapper for remapping. |
| SrgMapper |
A remapper that uses srg mappings for remapping.
|
| TinyV1Mapper |
A remapper that uses tiny v1 mappings for remapping.
The from and to namespaces are also required. |
| TinyV2Mapper |
A remapper that uses tiny v2 mappings for remapping.
The from and to namespaces are also required. |
| VoidMapper |
Only used internally when no other
AMapper has been specified in the TransformerManager.This mapper does not remap anything but is still required to fill all annotation values with the correct values (e.g. |