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) |
(package private) void |
EclipseHack.reorderProperties(java.util.List<AutoValueProcessor.Property> properties)
Reorders the properties (abstract methods) in the given list to correspond to the order found
by parsing the source code of the given type.
|
private void |
EclipseHack.reorderProperties(javax.lang.model.element.TypeElement type,
java.util.List<AutoValueProcessor.Property> properties) |
Constructor and Description |
---|
Property(AutoValueProcessor.Property property) |