Uses of Class
com.google.auto.value.processor.AutoOneOfTemplateVars
-
Packages that use AutoOneOfTemplateVars Package Description com.google.auto.value.processor This package contains the annotation processor that implements theAutoValue
API. -
-
Uses of AutoOneOfTemplateVars in com.google.auto.value.processor
Methods in com.google.auto.value.processor with parameters of type AutoOneOfTemplateVars Modifier and Type Method Description private void
AutoOneOfProcessor. defineVarsForType(javax.lang.model.element.TypeElement type, AutoOneOfTemplateVars vars, com.google.common.collect.ImmutableSet<javax.lang.model.element.ExecutableElement> propertyMethods, javax.lang.model.element.ExecutableElement kindGetter)
-