Uses of Class
com.google.auto.value.processor.BuilderSpec.PropertyGetter
Packages that use BuilderSpec.PropertyGetter
Package
Description
This package contains the annotation processor that implements the
AutoValue API.-
Uses of BuilderSpec.PropertyGetter in com.google.auto.value.processor
Fields in com.google.auto.value.processor with type parameters of type BuilderSpec.PropertyGetterModifier and TypeFieldDescription(package private) com.google.common.collect.ImmutableMap<String, BuilderSpec.PropertyGetter> AutoValueTemplateVars.builderGettersA map from property names to information about the associated property getter.private final Map<String, BuilderSpec.PropertyGetter> BuilderMethodClassifier.builderGettersMethods in com.google.auto.value.processor that return types with arguments of type BuilderSpec.PropertyGetterModifier and TypeMethodDescription(package private) com.google.common.collect.ImmutableMap<String, BuilderSpec.PropertyGetter> BuilderMethodClassifier.builderGetters()Returns the set of properties that have getters in the builder.