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.base.Optional<AutoValueProcessor.SimpleMethod> |
AutoValueTemplateVars.buildMethod
The builder's build method, often
"build" . |
(package private) com.google.common.collect.ImmutableList<AutoValueProcessor.SimpleMethod> |
AutoValueTemplateVars.toBuilderMethods
The names of any
toBuilder() methods, that is methods that return the builder type. |
Modifier and Type | Method and Description |
---|---|
AutoValueProcessor.SimpleMethod |
AutoValueProcessor.SimpleMethodFunction.apply(javax.lang.model.element.ExecutableElement input) |