@SupportedAnnotationTypes(value="org.mapstruct.Mapper") @SupportedOptions(value="suppressGeneratorTimestamp") public class MappingProcessor extends AbstractProcessor
| Modifier and Type | Field and Description |
|---|---|
protected static String |
SUPPRESS_GENERATOR_TIMESTAMP |
processingEnv| Constructor and Description |
|---|
MappingProcessor() |
| Modifier and Type | Method and Description |
|---|---|
SourceVersion |
getSupportedSourceVersion() |
void |
init(ProcessingEnvironment processingEnv) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnvironment) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, isInitializedprotected static final String SUPPRESS_GENERATOR_TIMESTAMP
public void init(ProcessingEnvironment processingEnv)
init in interface Processorinit in class AbstractProcessorpublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnvironment)
process in interface Processorprocess in class AbstractProcessorCopyright © 2012-2013. All Rights Reserved.