Class TypeRegistryProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
io.fluxzero.common.serialization.TypeRegistryProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("io.fluxzero.common.serialization.RegisterType")
@AutoService(Processor.class)
public class TypeRegistryProcessor
extends AbstractProcessor
-
Field Summary
FieldsFields inherited from class AbstractProcessor
processingEnv -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(ProcessingEnvironment processingEnv) booleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, isInitialized
-
Field Details
-
TYPES_FILE
-
-
Constructor Details
-
TypeRegistryProcessor
public TypeRegistryProcessor()
-
-
Method Details
-
init
- Specified by:
initin interfaceProcessor- Overrides:
initin classAbstractProcessor
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersionin interfaceProcessor- Overrides:
getSupportedSourceVersionin classAbstractProcessor
-