Class ShadingRemapper


  • public class ShadingRemapper
    extends net.bytebuddy.jar.asm.commons.Remapper
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ShadingRemapper.Rule  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String map​(java.lang.String internalName)  
      static ShadingRemapper.Rule rule​(java.lang.String from, java.lang.String to)  
      • Methods inherited from class net.bytebuddy.jar.asm.commons.Remapper

        mapDesc, mapFieldName, mapInnerClassName, mapInvokeDynamicMethodName, mapMethodDesc, mapMethodName, mapModuleName, mapPackageName, mapRecordComponentName, mapSignature, mapType, mapTypes, mapValue
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • map

        public java.lang.String map​(java.lang.String internalName)
        Overrides:
        map in class net.bytebuddy.jar.asm.commons.Remapper