Package org.jdbi.v3.generator
Class GenerateSqlObjectProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.jdbi.v3.generator.GenerateSqlObjectProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("org.jdbi.v3.sqlobject.GenerateSqlObject")
public class GenerateSqlObjectProcessor
extends AbstractProcessor
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(ProcessingEnvironment processingEnv) boolean
process
(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions
-
Field Details
-
GENERATE_SQL_OBJECT_ANNOTATION_NAME
- See Also:
-
-
Constructor Details
-
GenerateSqlObjectProcessor
public GenerateSqlObjectProcessor()
-
-
Method Details
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersion
in interfaceProcessor
- Overrides:
getSupportedSourceVersion
in classAbstractProcessor
-
init
- Specified by:
init
in interfaceProcessor
- Overrides:
init
in classAbstractProcessor
-
process
- Specified by:
process
in interfaceProcessor
- Specified by:
process
in classAbstractProcessor
-