Uses of Class
com.google.auto.value.processor.SimpleMethod
-
Packages that use SimpleMethod Package Description com.google.auto.value.processor This package contains the annotation processor that implements theAutoValue
API. -
-
Uses of SimpleMethod in com.google.auto.value.processor
Fields in com.google.auto.value.processor with type parameters of type SimpleMethod Modifier and Type Field Description (package private) java.util.Optional<SimpleMethod>
AutoValueTemplateVars. buildMethod
The builder's build method, often"build"
.(package private) com.google.common.collect.ImmutableList<SimpleMethod>
AutoValueTemplateVars. toBuilderMethods
AnytoBuilder()
methods, that is methods that return the builder type.
-