Uses of Class
com.google.auto.value.processor.AutoAnnotationProcessor.Parameter
-
Packages that use AutoAnnotationProcessor.Parameter Package Description com.google.auto.value.processor This package contains the annotation processor that implements theAutoValue
API. -
-
Uses of AutoAnnotationProcessor.Parameter in com.google.auto.value.processor
Fields in com.google.auto.value.processor with type parameters of type AutoAnnotationProcessor.Parameter Modifier and Type Field Description (package private) java.util.Map<java.lang.String,AutoAnnotationProcessor.Parameter>
AutoAnnotationTemplateVars. params
The parameters in the@AutoAnnotation
method, which are also the constructor parameters in the generated class.Methods in com.google.auto.value.processor that return types with arguments of type AutoAnnotationProcessor.Parameter Modifier and Type Method Description private com.google.common.collect.ImmutableMap<java.lang.String,AutoAnnotationProcessor.Parameter>
AutoAnnotationProcessor. getParameters(javax.lang.model.element.TypeElement annotationElement, javax.lang.model.element.ExecutableElement method, java.util.Map<java.lang.String,AutoAnnotationProcessor.Member> members)
-