Uses of Class
com.google.auto.value.processor.AutoValueOrOneOfTemplateVars
Packages that use AutoValueOrOneOfTemplateVars
Package
Description
This package contains the annotation processor that implements the
AutoValue
API.-
Uses of AutoValueOrOneOfTemplateVars in com.google.auto.value.processor
Subclasses of AutoValueOrOneOfTemplateVars in com.google.auto.value.processorModifier and TypeClassDescription(package private) class
The variables to substitute into the autooneof.vm template.(package private) class
The variables to substitute into the autovalue.vm template.Methods in com.google.auto.value.processor with parameters of type AutoValueOrOneOfTemplateVarsModifier and TypeMethodDescription(package private) final void
AutoValueOrOneOfProcessor.defineSharedVarsForType
(TypeElement type, com.google.common.collect.ImmutableSet<ExecutableElement> methods, AutoValueOrOneOfTemplateVars vars) Defines the template variables that are shared by AutoValue and AutoOneOf.