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 theAutoValueAPI. -
-
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) voidBuilderSpec.Builder. defineVars(AutoValueTemplateVars vars, com.google.common.collect.ImmutableBiMap<javax.lang.model.element.ExecutableElement,java.lang.String> getterToPropertyName)private voidAutoValueProcessor. 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) voidGwtSerialization. maybeWriteGwtSerializer(AutoValueTemplateVars autoVars)Writes the GWT serializer for the given type, if appropriate.
-