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, isInitialized
public 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 Processor
process
in class AbstractProcessor
protected Set<TypeElement> collectElements()
protected void validateInits(EntityType entityType, Property property)
public SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion
in interface Processor
getSupportedSourceVersion
in class AbstractProcessor
protected abstract Configuration createConfiguration(RoundEnvironment roundEnv)
Copyright © 2007–2015 Mysema Ltd. All rights reserved.