@AutoService(value=javax.annotation.processing.Processor.class)
@SupportedAnnotationTypes(value="com.google.auto.value.AutoOneOf")
@IncrementalAnnotationProcessor(value=ISOLATING)
public class AutoOneOfProcessor
extends javax.annotation.processing.AbstractProcessor
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoValueishProcessor.GetterProperty
A
AutoValueishProcessor.Property that corresponds to an abstract getter method in the source. |
static class |
AutoValueishProcessor.Property
A property of an
@AutoValue or @AutoOneOf class, defined by one of its abstract
methods. |
| Constructor and Description |
|---|
AutoOneOfProcessor() |
| Modifier and Type | Method and Description |
|---|---|
javax.lang.model.SourceVersion |
getSupportedSourceVersion() |
void |
init(javax.annotation.processing.ProcessingEnvironment processingEnv) |
boolean |
process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv) |
public void init(javax.annotation.processing.ProcessingEnvironment processingEnv)
init in interface javax.annotation.processing.Processorinit in class javax.annotation.processing.AbstractProcessorpublic final javax.lang.model.SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface javax.annotation.processing.ProcessorgetSupportedSourceVersion in class javax.annotation.processing.AbstractProcessorpublic final boolean process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv)
process in interface javax.annotation.processing.Processorprocess in class javax.annotation.processing.AbstractProcessorCopyright © 2021 Google LLC. All Rights Reserved.