Package | Description |
---|---|
com.google.auto.value.processor |
This package contains the annotation processor that implements the
AutoValue API. |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,TypeSimplifier.Spelling> |
TypeSimplifier.imports |
Modifier and Type | Method and Description |
---|---|
private static java.util.Map<java.lang.String,TypeSimplifier.Spelling> |
TypeSimplifier.findImports(javax.lang.model.util.Types typeUtils,
java.lang.String packageName,
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.
|