Class FreeMarkerProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
io.github.opensabe.mapstruct.processor.FreeMarkerProcessor
- All Implemented Interfaces:
Processor
- Direct Known Subclasses:
CustomerRegisterProcessor,MapperGeneratorProcessor
processor for generate class by freemarker
- Author:
- heng.ma
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(ProcessingEnvironment processingEnv) protected voidwriteClass(String className, String template, Object attributes) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitialized, process
-
Constructor Details
-
FreeMarkerProcessor
protected FreeMarkerProcessor()
-
-
Method Details
-
init
- Specified by:
initin interfaceProcessor- Overrides:
initin classAbstractProcessor
-
writeClass
-