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 theAutoValue
API. -
-
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) class
AutoOneOfTemplateVars
The variables to substitute into the autooneof.vm template.(package private) class
AutoValueTemplateVars
The 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) void
AutoValueOrOneOfProcessor. 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.
-