Uses of Class
com.google.auto.value.processor.PropertyBuilderClassifier.PropertyBuilder
Packages that use PropertyBuilderClassifier.PropertyBuilder
Package
Description
This package contains the annotation processor that implements the
AutoValue API.-
Uses of PropertyBuilderClassifier.PropertyBuilder in com.google.auto.value.processor
Fields in com.google.auto.value.processor with type parameters of type PropertyBuilderClassifier.PropertyBuilderModifier and TypeFieldDescription(package private) com.google.common.collect.ImmutableMap<String, PropertyBuilderClassifier.PropertyBuilder> AutoValueTemplateVars.builderPropertyBuildersA map from property names to information about the associated property builder.private final Map<String, PropertyBuilderClassifier.PropertyBuilder> BuilderMethodClassifier.propertyNameToPropertyBuilderMethods in com.google.auto.value.processor that return types with arguments of type PropertyBuilderClassifier.PropertyBuilderModifier and TypeMethodDescription(package private) Optional<PropertyBuilderClassifier.PropertyBuilder> PropertyBuilderClassifier.makePropertyBuilder(ExecutableElement method, String property) (package private) Map<String, PropertyBuilderClassifier.PropertyBuilder> BuilderMethodClassifier.propertyNameToPropertyBuilder()