Uses of Class
com.google.auto.value.processor.BuilderSpec.Builder
Packages that use BuilderSpec.Builder
Package
Description
This package contains the annotation processor that implements the
AutoValue
API.-
Uses of BuilderSpec.Builder in com.google.auto.value.processor
Methods in com.google.auto.value.processor that return types with arguments of type BuilderSpec.BuilderModifier and TypeMethodDescriptionprivate Optional<BuilderSpec.Builder>
BuilderSpec.builderFrom
(TypeElement builderTypeElement) Returns a representation of the given@AutoValue.Builder
class or interface.(package private) Optional<BuilderSpec.Builder>
BuilderSpec.getBuilder()
Determines if the@AutoValue
class for this instance has a correct nested@AutoValue.Builder
class or interface and return a representation of it in anOptional
if so.Method parameters in com.google.auto.value.processor with type arguments of type BuilderSpec.BuilderModifier and TypeMethodDescriptionprivate void
AutoValueProcessor.defineVarsForType
(TypeElement type, AutoValueTemplateVars vars, com.google.common.collect.ImmutableSet<ExecutableElement> toBuilderMethods, com.google.common.collect.ImmutableSet<ExecutableElement> propertyMethods, Optional<BuilderSpec.Builder> builder)