public static class AutoValueProcessor.SimpleMethod
extends java.lang.Object
toBuilder()
method, or a build()
method, where only the name and access type is needed
in context.
It implements JavaBean-style getters akin to AutoValueProcessor.Property
.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
access |
private java.lang.String |
name |
Constructor and Description |
---|
SimpleMethod(javax.lang.model.element.ExecutableElement method) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccess() |
java.lang.String |
getName() |