Package | Description |
---|---|
com.google.auto.value.processor |
This package contains the annotation processor that implements the
AutoValue API. |
Modifier and Type | Field and Description |
---|---|
(package private) com.google.common.collect.ImmutableMap<java.lang.String,BuilderSpec.PropertyBuilder> |
AutoValueTemplateVars.builderPropertyBuilders
A map from property names to information about the associated property builder.
|
Modifier and Type | Method and Description |
---|---|
private com.google.common.collect.ImmutableMap<java.lang.String,BuilderSpec.PropertyBuilder> |
BuilderSpec.Builder.makeBuilderPropertyBuilderMap(BuilderMethodClassifier classifier,
TypeSimplifier typeSimplifier,
com.google.common.collect.ImmutableBiMap<javax.lang.model.element.ExecutableElement,java.lang.String> getterToPropertyName) |