Class TypeSimplifier.Spelling

java.lang.Object
com.google.auto.value.processor.TypeSimplifier.Spelling
Enclosing class:
TypeSimplifier

private static class TypeSimplifier.Spelling extends Object
The spelling that should be used to refer to a given class, and an indication of whether it should be imported.
  • Field Details

    • spelling

      final String spelling
    • importIt

      final boolean importIt
  • Constructor Details

    • Spelling

      Spelling(String spelling, boolean importIt)