Uses of Class
com.google.auto.value.processor.BuilderSpec.Builder
-
Packages that use BuilderSpec.Builder Package Description com.google.auto.value.processor This package contains the annotation processor that implements theAutoValueAPI. -
-
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.Builder Modifier and Type Method Description private java.util.Optional<BuilderSpec.Builder>BuilderSpec. builderFrom(javax.lang.model.element.TypeElement builderTypeElement)Returns a representation of the given@AutoValue.Builderclass or interface.(package private) java.util.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.Builder Modifier and Type Method Description private voidAutoValueProcessor. defineVarsForType(javax.lang.model.element.TypeElement type, AutoValueTemplateVars vars, com.google.common.collect.ImmutableSet<javax.lang.model.element.ExecutableElement> toBuilderMethods, com.google.common.collect.ImmutableSet<javax.lang.model.element.ExecutableElement> propertyMethods, java.util.Optional<BuilderSpec.Builder> builder)
-