Package one.microstream.entity.codegen
Class EntityProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
one.microstream.entity.codegen.EntityProcessor
- All Implemented Interfaces:
 Processor
public class EntityProcessor extends AbstractProcessor
- 
Field Summary
 - 
Constructor Summary
Constructors Constructor Description EntityProcessor() - 
Method Summary
Modifier and Type Method Description Set<String>getSupportedAnnotationTypes()Set<String>getSupportedOptions()SourceVersiongetSupportedSourceVersion()voidinit(ProcessingEnvironment processingEnv)booleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, isInitialized 
- 
Constructor Details
- 
EntityProcessor
public EntityProcessor() 
 - 
 - 
Method Details
- 
getSupportedSourceVersion
- Specified by:
 getSupportedSourceVersionin interfaceProcessor- Overrides:
 getSupportedSourceVersionin classAbstractProcessor
 - 
getSupportedAnnotationTypes
- Specified by:
 getSupportedAnnotationTypesin interfaceProcessor- Overrides:
 getSupportedAnnotationTypesin classAbstractProcessor
 - 
getSupportedOptions
- Specified by:
 getSupportedOptionsin interfaceProcessor- Overrides:
 getSupportedOptionsin classAbstractProcessor
 - 
init
- Specified by:
 initin interfaceProcessor- Overrides:
 initin classAbstractProcessor
 - 
process
- Specified by:
 processin interfaceProcessor- Specified by:
 processin classAbstractProcessor
 
 -