Class InlineRemapper

java.lang.Object
org.objectweb.asm.commons.Remapper
org.basepom.inline.transformer.asm.InlineRemapper

public final class InlineRemapper extends org.objectweb.asm.commons.Remapper
  • Constructor Summary

    Constructors
    Constructor
    Description
    InlineRemapper(RemapperProcessor remapperProcessor)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    map(String key)
     
     

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

    mapAnnotationAttributeName, mapDesc, mapFieldName, mapInnerClassName, mapInvokeDynamicMethodName, mapMethodDesc, mapMethodName, mapModuleName, mapPackageName, mapRecordComponentName, mapSignature, mapType, mapTypes

    Methods inherited from class java.lang.Object

    equals, 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.Remapper
    • mapValue

      public Object mapValue(Object value)
      Overrides:
      mapValue in class org.objectweb.asm.commons.Remapper