Class ProguardMapping

java.lang.Object
fr.skytasul.reflection.mappings.files.ProguardMapping
All Implemented Interfaces:
MappingType

public class ProguardMapping extends Object implements MappingType
Reads ProGuard obfuscation map.

Difference with the original format:

  • for fields and methods, it is acceptable to only have the original name and obfuscated name, without the type of the field or method.
  • for methods, it is acceptable not to have the line index prefix