Uses of Class
com.google.auto.value.processor.AutoValueOrOneOfTemplateVars
-
Packages that use AutoValueOrOneOfTemplateVars Package Description com.google.auto.value.processor This package contains the annotation processor that implements theAutoValueAPI. -
-
Uses of AutoValueOrOneOfTemplateVars in com.google.auto.value.processor
Subclasses of AutoValueOrOneOfTemplateVars in com.google.auto.value.processor Modifier and Type Class Description (package private) classAutoOneOfTemplateVarsThe variables to substitute into the autooneof.vm template.(package private) classAutoValueTemplateVarsThe variables to substitute into the autovalue.vm template.Methods in com.google.auto.value.processor with parameters of type AutoValueOrOneOfTemplateVars Modifier and Type Method Description (package private) voidAutoValueOrOneOfProcessor. defineSharedVarsForType(javax.lang.model.element.TypeElement type, com.google.common.collect.ImmutableSet<javax.lang.model.element.ExecutableElement> methods, AutoValueOrOneOfTemplateVars vars)Defines the template variables that are shared by AutoValue and AutoOneOf.
-