public abstract class AbstractQuerydslProcessor extends AbstractProcessor
AbstractQuerydslProcessor is the base class for Querydsl annotation processors and
contains the main processing logic. The subclasses just provide the configuration.| Modifier and Type | Field and Description |
|---|---|
static Boolean |
ALLOW_OTHER_PROCESSORS_TO_CLAIM_ANNOTATIONS |
processingEnv| Constructor and Description |
|---|
AbstractQuerydslProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<TypeElement> |
collectElements() |
protected abstract Configuration |
createConfiguration(RoundEnvironment roundEnv) |
Set<String> |
getSupportedOptions() |
SourceVersion |
getSupportedSourceVersion() |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
protected void |
validateInits(EntityType entityType,
Property property) |
getCompletions, getSupportedAnnotationTypes, init, isInitializedpublic 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 AbstractProcessorpublic Set<String> getSupportedOptions()
getSupportedOptions in interface ProcessorgetSupportedOptions in class AbstractProcessorprotected abstract Configuration createConfiguration(RoundEnvironment roundEnv)
Copyright © 2007–2019 Querydsl. All rights reserved.