@AutoService(value=javax.annotation.processing.Processor.class) @SupportedAnnotationTypes(value="com.google.auto.value.AutoOneOf") @IncrementalAnnotationProcessor(value=ISOLATING) public class AutoOneOfProcessor extends 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 (etc) class, defined by one of its abstract
methods. |
processingEnv| Constructor and Description |
|---|
AutoOneOfProcessor() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<String> |
getSupportedOptions() |
SourceVersion |
getSupportedSourceVersion() |
void |
init(ProcessingEnvironment processingEnv) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, isInitializedpublic com.google.common.collect.ImmutableSet<String> getSupportedOptions()
getSupportedOptions in interface ProcessorgetSupportedOptions in class AbstractProcessorpublic void init(ProcessingEnvironment processingEnv)
init in interface Processorinit in class AbstractProcessorpublic final SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorpublic final boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorCopyright © 2022 Google LLC. All rights reserved.