@AutoService(value=javax.annotation.processing.Processor.class) public class JSONRegistrationProcessor extends AbstractMapperProcessor
JSONRegistrationProcessor class.
elementUtils, filer, mappers, messager, readers, typeUtils, writersprocessingEnv| Constructor and Description |
|---|
JSONRegistrationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doProcess(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv)
doProcess.
|
protected List<Class<?>> |
supportedAnnotations()
supportedAnnotations.
|
getSupportedAnnotationTypes, getSupportedSourceVersion, handleError, init, processgetCompletions, getSupportedOptions, isInitializedprotected boolean doProcess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
doProcess.
doProcess in class AbstractMapperProcessorannotations - a Set object.roundEnv - a RoundEnvironment object.protected List<Class<?>> supportedAnnotations()
supportedAnnotations.
supportedAnnotations in class AbstractMapperProcessorList object.Copyright © 2020. All rights reserved.