Uses of Interface
com.google.auto.value.extension.AutoValueExtension.BuilderContext
-
Packages that use AutoValueExtension.BuilderContext Package Description com.google.auto.value.extension -
-
Uses of AutoValueExtension.BuilderContext in com.google.auto.value.extension
Methods in com.google.auto.value.extension that return types with arguments of type AutoValueExtension.BuilderContext Modifier and Type Method Description default Optional<AutoValueExtension.BuilderContext>AutoValueExtension.Context. builder()Returns a representation of theBuilderassociated with the@AutoValueclass, if there is one.
-