@AutoService(value=javax.annotation.processing.Processor.class) public class ObjectMapperProcessor extends AbstractMapperProcessor
ObjectMapperProcessor class.
| Modifier and Type | Field and Description |
|---|---|
static com.squareup.javapoet.WildcardTypeName |
DEFAULT_WILDCARD
Constant
DEFAULT_WILDCARD |
elementUtils, environment, filer, mappers, messager, readers, typeUtils, writersprocessingEnv| Constructor and Description |
|---|
ObjectMapperProcessor() |
| 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, isInitializedpublic static final com.squareup.javapoet.WildcardTypeName DEFAULT_WILDCARD
DEFAULT_WILDCARDprotected 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.