Uses of Class
com.google.auto.value.processor.BuilderMethodClassifier
Packages that use BuilderMethodClassifier
Package
Description
This package contains the annotation processor that implements the
AutoValue
API.-
Uses of BuilderMethodClassifier in com.google.auto.value.processor
Fields in com.google.auto.value.processor declared as BuilderMethodClassifierModifier and TypeFieldDescriptionprivate final BuilderMethodClassifier
PropertyBuilderClassifier.builderMethodClassifier
Methods in com.google.auto.value.processor that return types with arguments of type BuilderMethodClassifierModifier and TypeMethodDescription(package private) static Optional
<BuilderMethodClassifier> BuilderMethodClassifier.classify
(Iterable<ExecutableElement> methods, ErrorReporter errorReporter, ProcessingEnvironment processingEnv, TypeElement autoValueClass, TypeElement builderType, com.google.common.collect.ImmutableBiMap<ExecutableElement, String> getterToPropertyName, boolean autoValueHasToBuilder) Classifies the given methods from a builder type and its ancestors.Constructors in com.google.auto.value.processor with parameters of type BuilderMethodClassifierModifierConstructorDescription(package private)
PropertyBuilderClassifier
(ErrorReporter errorReporter, Types typeUtils, Elements elementUtils, BuilderMethodClassifier builderMethodClassifier, com.google.common.collect.ImmutableBiMap<ExecutableElement, String> getterToPropertyName, EclipseHack eclipseHack)