Class PackageRemapper

java.lang.Object
org.objectweb.asm.commons.Remapper
org.objectweb.asm.commons.SimpleRemapper
net.lenni0451.jartransformer.utils.PackageRemapper

public class PackageRemapper extends org.objectweb.asm.commons.SimpleRemapper
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    map(String key)
     
     

    Methods inherited from class org.objectweb.asm.commons.SimpleRemapper

    mapAnnotationAttributeName, mapFieldName, mapInvokeDynamicMethodName, mapInvokeDynamicMethodName, mapMethodName

    Methods inherited from class org.objectweb.asm.commons.Remapper

    createRemappingSignatureAdapter, createSignatureRemapper, mapDesc, mapInnerClassName, mapMethodDesc, mapModuleName, mapPackageName, mapRecordComponentName, mapSignature, mapType, mapTypes, mapValue

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • map

      public String map(String key)
      Overrides:
      map in class org.objectweb.asm.commons.SimpleRemapper
    • mapUnchecked

      public String mapUnchecked(String key)