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