Package com.querydsl.apt
Interface Configuration
- All Known Implementing Classes:
DefaultConfiguration,HibernateConfiguration,JDOConfiguration,JPAConfiguration
public interface Configuration
Configuration defines the configuration options for APT-based Querydsl code generation- Author:
- tiwe
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddExcludedClass(String className) voidaddExcludedPackage(String packageName) Class<? extends Annotation>getConfig(TypeElement e, List<? extends Element> elements) @Nullable Class<? extends Annotation>@Nullable Class<? extends Annotation>@Nullable Class<? extends Annotation>Class<? extends Annotation>Set<Class<? extends Annotation>>getFiler()getRealType(ExecutableElement method) getRealType(VariableElement field) getSerializerConfig(EntityType entityType) @Nullable Class<? extends Annotation>@Nullable Class<? extends Annotation>voidbooleanisBlockedField(VariableElement field) booleanisBlockedGetter(ExecutableElement getter) booleanisExcludedClass(String className) booleanisExcludedPackage(String packageName) booleanbooleanbooleanbooleanbooleanisValidConstructor(ExecutableElement constructor) booleanisValidField(VariableElement field) booleanisValidGetter(ExecutableElement getter)
-
Method Details
-
isUnknownAsEmbedded
boolean isUnknownAsEmbedded() -
getTypeMappings
TypeMappings getTypeMappings() -
getConfig
-
getDTOSerializer
Serializer getDTOSerializer() -
getEntitiesAnnotation
-
getEmbeddedAnnotation
-
getEmbeddableAnnotation
-
getEmbeddableSerializer
Serializer getEmbeddableSerializer() -
getEntityAnnotation
Class<? extends Annotation> getEntityAnnotation() -
getAlternativeEntityAnnotation
Class<? extends Annotation> getAlternativeEntityAnnotation() -
getEntityAnnotations
Set<Class<? extends Annotation>> getEntityAnnotations() -
getEntitySerializer
Serializer getEntitySerializer() -
getNamePrefix
String getNamePrefix() -
getNameSuffix
String getNameSuffix() -
getSerializerConfig
-
getSkipAnnotation
-
getSuperTypeAnnotation
-
getSupertypeSerializer
Serializer getSupertypeSerializer() -
isBlockedField
-
isBlockedGetter
-
isUseFields
boolean isUseFields() -
isUseGetters
boolean isUseGetters() -
isValidConstructor
-
isValidField
-
isValidGetter
-
getKeywords
Collection<String> getKeywords() -
getQueryTypeFactory
QueryTypeFactory getQueryTypeFactory() -
addExcludedPackage
-
addExcludedClass
-
getRealType
-
getRealType
-
isExcludedPackage
-
isExcludedClass
-
inspect
-
isStrictMode
boolean isStrictMode() -
getVariableNameFunction
Function<EntityType,String> getVariableNameFunction() -
getFiler
Filer getFiler()
-