public abstract class AbstractQuerydslProcessor extends AbstractProcessor
| Modifier and Type | Field and Description | 
|---|---|
| static Boolean | ALLOW_OTHER_PROCESSORS_TO_CLAIM_ANNOTATIONS | 
| static Elements | ELEMENTS | 
| static Types | TYPES | 
processingEnv| Constructor and Description | 
|---|
| AbstractQuerydslProcessor() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Set<TypeElement> | collectElements() | 
| protected abstract Configuration | createConfiguration(RoundEnvironment roundEnv) | 
| SourceVersion | getSupportedSourceVersion() | 
| boolean | process(Set<? extends TypeElement> annotations,
       RoundEnvironment roundEnv) | 
| protected void | validateInits(EntityType entityType,
             Property property) | 
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitializedpublic static Types TYPES
public static Elements ELEMENTS
public static final Boolean ALLOW_OTHER_PROCESSORS_TO_CLAIM_ANNOTATIONS
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorprotected Set<TypeElement> collectElements()
protected void validateInits(EntityType entityType, Property property)
public SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessorprotected abstract Configuration createConfiguration(RoundEnvironment roundEnv)
Copyright © 2007–2015 Querydsl. All rights reserved.