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.Builderclass or interface.(package private) Optional<BuilderSpec.Builder> BuilderSpec.getBuilder()Determines if the@AutoValueclass for this instance has a correct nested@AutoValue.Builderclass or interface and return a representation of it in anOptionalif so.Method parameters in com.google.auto.value.processor with type arguments of type BuilderSpec.BuilderModifier and TypeMethodDescriptionprivate voidAutoValueProcessor.defineVarsForType(TypeElement type, AutoValueTemplateVars vars, com.google.common.collect.ImmutableSet<ExecutableElement> toBuilderMethods, com.google.common.collect.ImmutableSet<ExecutableElement> propertyMethods, Optional<BuilderSpec.Builder> builder)