Class ImportRewriteDisabler


  • class ImportRewriteDisabler
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static com.google.common.base.Splitter DOT_SPLITTER  
      private static java.lang.String WARNING_START  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static boolean shouldDisableFor​(Reporter reporter, javax.lang.model.element.Element element)  
      (package private) static boolean shouldDisableFor​(ValueType type)  
      • Methods inherited from class java.lang.Object

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

      • DOT_SPLITTER

        private static final com.google.common.base.Splitter DOT_SPLITTER
    • Constructor Detail

      • ImportRewriteDisabler

        ImportRewriteDisabler()
    • Method Detail

      • shouldDisableFor

        static boolean shouldDisableFor​(ValueType type)
      • shouldDisableFor

        private static boolean shouldDisableFor​(Reporter reporter,
                                                javax.lang.model.element.Element element)