Uses of Class
com.google.auto.value.processor.BuilderSpec.PropertyGetter
-
Packages that use BuilderSpec.PropertyGetter Package Description com.google.auto.value.processor This package contains the annotation processor that implements theAutoValue
API. -
-
Uses of BuilderSpec.PropertyGetter in com.google.auto.value.processor
Fields in com.google.auto.value.processor with type parameters of type BuilderSpec.PropertyGetter Modifier and Type Field Description (package private) com.google.common.collect.ImmutableMap<java.lang.String,BuilderSpec.PropertyGetter>
AutoValueTemplateVars. builderGetters
A map from property names to information about the associated property getter.private java.util.Map<java.lang.String,BuilderSpec.PropertyGetter>
BuilderMethodClassifier. builderGetters
Methods in com.google.auto.value.processor that return types with arguments of type BuilderSpec.PropertyGetter Modifier and Type Method Description (package private) com.google.common.collect.ImmutableMap<java.lang.String,BuilderSpec.PropertyGetter>
BuilderMethodClassifier. builderGetters()
Returns the set of properties that have getters in the builder.
-