Uses of Class
com.google.auto.value.processor.TypeSimplifier.Spelling
-
Packages that use TypeSimplifier.Spelling Package Description com.google.auto.value.processor This package contains the annotation processor that implements theAutoValue
API. -
-
Uses of TypeSimplifier.Spelling in com.google.auto.value.processor
Fields in com.google.auto.value.processor with type parameters of type TypeSimplifier.Spelling Modifier and Type Field Description private java.util.Map<java.lang.String,TypeSimplifier.Spelling>
TypeSimplifier. imports
Methods in com.google.auto.value.processor that return types with arguments of type TypeSimplifier.Spelling Modifier and Type Method Description private static java.util.Map<java.lang.String,TypeSimplifier.Spelling>
TypeSimplifier. findImports(javax.lang.model.util.Elements elementUtils, javax.lang.model.util.Types typeUtils, java.lang.String codePackageName, java.util.Set<javax.lang.model.type.TypeMirror> referenced, java.util.Set<javax.lang.model.type.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.
-