| 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 AutoValueProcessor.Property |
GwtSerialization.Property.property |
| Modifier and Type | Field and Description |
|---|---|
(package private) com.google.common.collect.ImmutableSet<AutoValueProcessor.Property> |
AutoValueTemplateVars.builderRequiredProperties
Properties that are required to be set.
|
(package private) com.google.common.collect.ImmutableSet<AutoValueProcessor.Property> |
AutoValueTemplateVars.props
The properties defined by the parent class's abstract methods.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
BuilderSpec.PropertySetter.copy(AutoValueProcessor.Property property) |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.String |
GwtSerialization.computeClassHash(java.lang.Iterable<AutoValueProcessor.Property> props) |
| Constructor and Description |
|---|
Property(AutoValueProcessor.Property property) |