public static interface AutoValueExtension.Context
| Modifier and Type | Method and Description |
|---|---|
TypeElement |
autoValueClass()
The annotated class that this generation cycle is based on.
|
String |
packageName()
The package name of the classes to be generated.
|
ProcessingEnvironment |
processingEnvironment()
The processing environment of this generation cycle.
|
Map<String,ExecutableElement> |
properties()
The ordered collection of properties to be generated by AutoValue.
|
ProcessingEnvironment processingEnvironment()
String packageName()
TypeElement autoValueClass()
Given @AutoValue public class Foo {...}, this will be Foo.
Map<String,ExecutableElement> properties()
Copyright © 2016 Google, Inc.. All Rights Reserved.