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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidinit(ProcessingEnvironment processingEnv) booleanprocess(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:
 getSupportedSourceVersionin interfaceProcessor- Overrides:
 getSupportedSourceVersionin classAbstractProcessor
 - 
init
- Specified by:
 initin interfaceProcessor- Overrides:
 initin classAbstractProcessor
 - 
process
- Specified by:
 processin interfaceProcessor- Specified by:
 processin classAbstractProcessor
 
 -