Uses of Class
com.google.auto.value.processor.TypeSimplifier.Spelling
Packages that use TypeSimplifier.Spelling
Package
Description
This package contains the annotation processor that implements the
AutoValue API.-
Uses of TypeSimplifier.Spelling in com.google.auto.value.processor
Fields in com.google.auto.value.processor with type parameters of type TypeSimplifier.SpellingModifier and TypeFieldDescriptionprivate final Map<String, TypeSimplifier.Spelling> TypeSimplifier.importsMethods in com.google.auto.value.processor that return types with arguments of type TypeSimplifier.SpellingModifier and TypeMethodDescriptionprivate static Map<String, TypeSimplifier.Spelling> TypeSimplifier.findImports(Elements elementUtils, Types typeUtils, String codePackageName, Set<TypeMirror> referenced, Set<TypeMirror> defined) Given a set of referenced types, works out which of them should be imported and what the resulting spelling of each one is.