public abstract class AbstractQuerydslProcessor extends AbstractProcessor
| 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) |
SourceVersion |
getSupportedSourceVersion() |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
protected void |
validateInits(EntityType entityType,
Property property) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, 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 AbstractProcessorprotected abstract Configuration createConfiguration(RoundEnvironment roundEnv)
Copyright © 2007–2014 Mysema Ltd. All rights reserved.