Uses of Class
com.google.auto.value.processor.SimpleMethod
Packages that use SimpleMethod
Package
Description
This package contains the annotation processor that implements the
AutoValue
API.-
Uses of SimpleMethod in com.google.auto.value.processor
Fields in com.google.auto.value.processor with type parameters of type SimpleMethodModifier and TypeFieldDescription(package private) 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.