Uses of Class
com.google.auto.value.processor.AutoAnnotationProcessor.Parameter
Packages that use AutoAnnotationProcessor.Parameter
Package
Description
This package contains the annotation processor that implements the
AutoValue API.-
Uses of AutoAnnotationProcessor.Parameter in com.google.auto.value.processor
Fields in com.google.auto.value.processor with type parameters of type AutoAnnotationProcessor.ParameterModifier and TypeFieldDescription(package private) Map<String, AutoAnnotationProcessor.Parameter> AutoAnnotationTemplateVars.paramsThe parameters in the@AutoAnnotationmethod, 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.ParameterModifier and TypeMethodDescriptionprivate com.google.common.collect.ImmutableMap<String, AutoAnnotationProcessor.Parameter> AutoAnnotationProcessor.getParameters(TypeElement annotationElement, ExecutableElement method, Map<String, AutoAnnotationProcessor.Member> members)