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,BuilderSpec.PropertyGetter> |
BuilderMethodClassifier.builderGetters |
(package private) com.google.common.collect.ImmutableMap<java.lang.String,BuilderSpec.PropertyGetter> |
AutoValueTemplateVars.builderGetters
A map from property names to information about the associated property getter.
|
Modifier and Type | Method and Description |
---|---|
(package private) com.google.common.collect.ImmutableMap<java.lang.String,BuilderSpec.PropertyGetter> |
BuilderMethodClassifier.builderGetters()
Returns the set of properties that have getters in the builder.
|