Class Shading


  • public class Shading
    extends java.lang.Object
    Utility methods related to @FreeBuilder dependencies being relocated as part of shading.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String SHADE_PACKAGE  
    • Constructor Summary

      Constructors 
      Constructor Description
      Shading()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String unshadedName​(java.lang.String qualifiedName)  
      • Methods inherited from class java.lang.Object

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

      • Shading

        public Shading()
    • Method Detail

      • unshadedName

        public static java.lang.String unshadedName​(java.lang.String qualifiedName)