Uses of Class
com.google.auto.value.processor.AutoValueTemplateVars
Packages that use AutoValueTemplateVars
Package
Description
This package contains the annotation processor that implements the
AutoValue
API.-
Uses of AutoValueTemplateVars in com.google.auto.value.processor
Methods in com.google.auto.value.processor with parameters of type AutoValueTemplateVarsModifier and TypeMethodDescription(package private) void
BuilderSpec.Builder.defineVars
(AutoValueTemplateVars vars, com.google.common.collect.ImmutableBiMap<ExecutableElement, String> getterToPropertyName) private void
AutoValueProcessor.defineVarsForType
(TypeElement type, AutoValueTemplateVars vars, com.google.common.collect.ImmutableSet<ExecutableElement> toBuilderMethods, com.google.common.collect.ImmutableSet<ExecutableElement> propertyMethods, Optional<BuilderSpec.Builder> builder) (package private) void
GwtSerialization.maybeWriteGwtSerializer
(AutoValueTemplateVars autoVars) Writes the GWT serializer for the given type, if appropriate.