Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractModule - Class in com.querydsl.codegen
-
AbstractModuleprovides a base class for annotation based dependency injection - AbstractModule() - Constructor for class com.querydsl.codegen.AbstractModule
- addAnnotation(Annotation) - Method in class com.querydsl.codegen.EntityType
- addAnnotation(Annotation) - Method in class com.querydsl.codegen.Property
- addAnnotationHelper(AnnotationHelper) - Method in class com.querydsl.codegen.GenericExporter
-
Add a annotation helper object to process custom annotations
- addAnnotationHelper(AnnotationHelper) - Method in class com.querydsl.codegen.TypeFactory
- addConstructor(Constructor) - Method in class com.querydsl.codegen.EntityType
- addDelegate(Delegate) - Method in class com.querydsl.codegen.EntityType
- addEmbeddableType(Class<?>) - Method in class com.querydsl.codegen.TypeFactory
- addFullConstructor(EntityType, CodeWriter) - Method in class com.querydsl.codegen.BeanSerializer
- addInterface(Type) - Method in class com.querydsl.codegen.BeanSerializer
- addInterface(Class<?>) - Method in class com.querydsl.codegen.BeanSerializer
- addProperty(Property) - Method in class com.querydsl.codegen.EntityType
- addStopClass(Class<?>) - Method in class com.querydsl.codegen.GenericExporter
-
Add a stop class to be used (default Object.class and Enum.class)
- addSupertype(Supertype) - Method in class com.querydsl.codegen.EntityType
- addSupport(AbstractModule) - Method in interface com.querydsl.codegen.Extension
-
Register custom types to the given codegen module
- addToString(EntityType, CodeWriter) - Method in class com.querydsl.codegen.BeanSerializer
- ALL - Enum constant in enum com.querydsl.codegen.PropertyHandling
-
Inspect fields and methods
- ALL - Enum constant in enum com.querydsl.codegen.PropertyHandling.Config
- AnnotationHelper - Interface in com.querydsl.codegen
-
AnnotationHelperdefines a interface to provide custom annotation processing forTypeFactory. - apply(EntityType) - Method in class com.querydsl.codegen.DefaultVariableNameFunction
- as(TypeCategory) - Method in class com.querydsl.codegen.EntityType
B
- BeanSerializer - Class in com.querydsl.codegen
-
BeanSerializeris aSerializerimplementation which serializesEntityTypeinstances into JavaBean classes - BeanSerializer() - Constructor for class com.querydsl.codegen.BeanSerializer
-
Create a new BeanSerializer
- BeanSerializer(boolean) - Constructor for class com.querydsl.codegen.BeanSerializer
-
Create a new BeanSerializer
- BeanSerializer(boolean, String) - Constructor for class com.querydsl.codegen.BeanSerializer
-
Create a new BeanSerializer
- BeanSerializer(boolean, String, Class<? extends Annotation>) - Constructor for class com.querydsl.codegen.BeanSerializer
-
Create a new BeanSerializer
- BeanSerializer(String) - Constructor for class com.querydsl.codegen.BeanSerializer
-
Create a new BeanSerializer with the given javadoc suffix
- BeanSerializer(String, Class<? extends Annotation>) - Constructor for class com.querydsl.codegen.BeanSerializer
-
Create a new BeanSerializer with the given javadoc suffix and generatedAnnotationClass
- bind(Class<T>) - Method in class com.querydsl.codegen.AbstractModule
- bind(Class<T>, Class<? extends T>) - Method in class com.querydsl.codegen.AbstractModule
- bind(Class<T>, T) - Method in class com.querydsl.codegen.AbstractModule
- bind(String, Class<? extends T>) - Method in class com.querydsl.codegen.AbstractModule
- bind(String, T) - Method in class com.querydsl.codegen.AbstractModule
- bindInstance(String, Class<? extends T>) - Method in class com.querydsl.codegen.AbstractModule
- bodyEnd(EntityType, CodeWriter) - Method in class com.querydsl.codegen.BeanSerializer
- bodyEnd(EntityType, CodeWriter) - Method in class com.querydsl.codegen.GroovyBeanSerializer
- bodyStart(EntityType, CodeWriter) - Method in class com.querydsl.codegen.BeanSerializer
- bodyStart(EntityType, CodeWriter) - Method in class com.querydsl.codegen.GroovyBeanSerializer
C
- ClassPathUtils - Class in com.querydsl.codegen
-
ClassPathUtilsprovides classpath scanning functionality - CodegenModule - Class in com.querydsl.codegen
-
CodegenModuleprovides a module for general serialization - CodegenModule() - Constructor for class com.querydsl.codegen.CodegenModule
- com.querydsl.codegen - package com.querydsl.codegen
-
Code generations models and serializers
- compareTo(EntityType) - Method in class com.querydsl.codegen.EntityType
- compareTo(Property) - Method in class com.querydsl.codegen.Property
- configure() - Method in class com.querydsl.codegen.AbstractModule
- configure() - Method in class com.querydsl.codegen.CodegenModule
- constructorContent(CodeWriter, EntityType) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- constructors(EntityType, SerializerConfig, CodeWriter) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- constructorsForVariables(CodeWriter, EntityType) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- create(Type) - Method in interface com.querydsl.codegen.QueryTypeFactory
-
Create an expression type based on the given actual type
- create(Type) - Method in class com.querydsl.codegen.QueryTypeFactoryImpl
- createCopy(EntityType) - Method in class com.querydsl.codegen.Property
- createDefaultVariable() - Method in interface com.querydsl.codegen.SerializerConfig
-
the default variable is created
- createDefaultVariable() - Method in class com.querydsl.codegen.SimpleSerializerConfig
- createFile(ProcessingEnvironment, String, Collection<? extends Element>) - Method in class com.querydsl.codegen.DefaultFiler
- createFile(ProcessingEnvironment, String, Collection<? extends Element>) - Method in interface com.querydsl.codegen.Filer
- customField(EntityType, Property, SerializerConfig, CodeWriter) - Method in class com.querydsl.codegen.DefaultEntitySerializer
D
- DEFAULT - Static variable in class com.querydsl.codegen.SimpleSerializerConfig
- DEFAULT_JAVADOC_SUFFIX - Static variable in class com.querydsl.codegen.BeanSerializer
- DEFAULT_PROPERTY_ANNOTATIONS - Static variable in class com.querydsl.codegen.BeanSerializer
- DefaultEmbeddableSerializer - Class in com.querydsl.codegen
-
EmbeddableSerializeris aSerializerimplementation for embeddable types - DefaultEmbeddableSerializer(TypeMappings, Collection<String>) - Constructor for class com.querydsl.codegen.DefaultEmbeddableSerializer
-
Create a new
EmbeddableSerializerinstance. - DefaultEmbeddableSerializer(TypeMappings, Collection<String>, Class<? extends Annotation>) - Constructor for class com.querydsl.codegen.DefaultEmbeddableSerializer
-
Create a new
EmbeddableSerializerinstance - DefaultEntitySerializer - Class in com.querydsl.codegen
-
EntitySerializeris aSerializerimplementation for entity types - DefaultEntitySerializer(TypeMappings, Collection<String>) - Constructor for class com.querydsl.codegen.DefaultEntitySerializer
-
Create a new
EntitySerializerinstance - DefaultEntitySerializer(TypeMappings, Collection<String>, Class<? extends Annotation>) - Constructor for class com.querydsl.codegen.DefaultEntitySerializer
-
Create a new
EntitySerializerinstance - DefaultFiler - Class in com.querydsl.codegen
-
creates files with
Filer. - DefaultFiler() - Constructor for class com.querydsl.codegen.DefaultFiler
- DefaultProjectionSerializer - Class in com.querydsl.codegen
-
ProjectionSerializeris aSerializerimplementation for projection types - DefaultProjectionSerializer(TypeMappings) - Constructor for class com.querydsl.codegen.DefaultProjectionSerializer
-
Create a new
ProjectionSerializerinstance - DefaultProjectionSerializer(TypeMappings, Class<? extends Annotation>) - Constructor for class com.querydsl.codegen.DefaultProjectionSerializer
-
Create a new
ProjectionSerializerinstance - DefaultSupertypeSerializer - Class in com.querydsl.codegen
-
SupertypeSerializeris aSerializerimplementation for supertypes - DefaultSupertypeSerializer(TypeMappings, Collection<String>) - Constructor for class com.querydsl.codegen.DefaultSupertypeSerializer
-
Create a new SupertypeSerializer instance
- DefaultSupertypeSerializer(TypeMappings, Collection<String>, Class<? extends Annotation>) - Constructor for class com.querydsl.codegen.DefaultSupertypeSerializer
-
Create a new SupertypeSerializer instance
- defaultVariableName() - Method in interface com.querydsl.codegen.SerializerConfig
-
the name of the default variable
- defaultVariableName() - Method in class com.querydsl.codegen.SimpleSerializerConfig
- DefaultVariableNameFunction - Class in com.querydsl.codegen
-
Default variable name generation strategy which un-capitalizes the first letter of the class name.
- DefaultVariableNameFunction() - Constructor for class com.querydsl.codegen.DefaultVariableNameFunction
- Delegate - Class in com.querydsl.codegen
-
Delegatedefines a delegate method which dispatches to an external static method - Delegate(Type, Type, String, List<Parameter>, Type) - Constructor for class com.querydsl.codegen.Delegate
E
- EmbeddableSerializer - Interface in com.querydsl.codegen
-
EmbeddableSerializeris aSerializerfor entity types - entityAccessor(EntityType, Property, CodeWriter) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- entityField(EntityType, Property, SerializerConfig, CodeWriter) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- EntitySerializer - Interface in com.querydsl.codegen
-
EntitySerializeris aSerializerfor entity types - EntityType - Class in com.querydsl.codegen
-
EntityTyperepresents a model of a query domain type with properties - EntityType(Type) - Constructor for class com.querydsl.codegen.EntityType
-
Create a new
EntityTypeinstance for the given type - EntityType(Type, Function<EntityType, String>) - Constructor for class com.querydsl.codegen.EntityType
-
Create a new
EntityTypeinstance for the given type - EntityType(Type, Set<Supertype>) - Constructor for class com.querydsl.codegen.EntityType
-
Create a new
EntityTypeinstance for the given type and superTypes - equals(Object) - Method in class com.querydsl.codegen.Delegate
- equals(Object) - Method in class com.querydsl.codegen.EntityType
- equals(Object) - Method in class com.querydsl.codegen.ParameterizedTypeImpl
- equals(Object) - Method in class com.querydsl.codegen.Property
- equals(Object) - Method in class com.querydsl.codegen.Supertype
- export(Class<?>...) - Method in class com.querydsl.codegen.GenericExporter
-
Export the given classes
- export(Package...) - Method in class com.querydsl.codegen.GenericExporter
-
Export the given packages
- export(String...) - Method in class com.querydsl.codegen.GenericExporter
-
Export the given packages
- extendTypes() - Method in class com.querydsl.codegen.TypeFactory
- Extension - Interface in com.querydsl.codegen
-
Extensionallows for custom code generation extensions to be registered as service provider
F
- FIELDS - Enum constant in enum com.querydsl.codegen.PropertyHandling.Config
- FIELDS - Enum constant in enum com.querydsl.codegen.PropertyHandling
-
Inspect fields only
- Filer - Interface in com.querydsl.codegen
-
provides files in annotation processing to write classes to
G
- GENERATED_ANNOTATION_CLASS - Static variable in class com.querydsl.codegen.CodegenModule
-
the fully qualified class name of the Single-Element Annotation (with
Stringelement) to indicate that these have been generated. - generatedAnnotationClass - Variable in class com.querydsl.codegen.DefaultEntitySerializer
- GeneratedAnnotationResolver - Class in com.querydsl.codegen
-
GeneratedAnnotationClassResolverprovides class name resolving functionality for resolving the annotation type to be used onSerializers generated sources. - GenericExporter - Class in com.querydsl.codegen
-
GenericExporterprovides query type serialization logic for cases where APT annotation processors can't be used. - GenericExporter() - Constructor for class com.querydsl.codegen.GenericExporter
-
Create a GenericExporter instance using the context classloader and default charset
- GenericExporter(ClassLoader) - Constructor for class com.querydsl.codegen.GenericExporter
-
Create a GenericExporter instance using the given classloader and default charset
- GenericExporter(ClassLoader, Charset) - Constructor for class com.querydsl.codegen.GenericExporter
-
Create a GenericExporter instance using the given classloader and charset for serializing source files
- GenericExporter(Charset) - Constructor for class com.querydsl.codegen.GenericExporter
-
Create a GenericExporter instance using the context classloader and the given charset
- get(boolean, Class<?>, AnnotatedElement, Type) - Method in class com.querydsl.codegen.TypeFactory
- get(boolean, Class<?>, Type) - Method in class com.querydsl.codegen.TypeFactory
- get(Class<?>) - Method in class com.querydsl.codegen.TypeFactory
- get(Class<?>, AnnotatedElement, Type) - Method in class com.querydsl.codegen.TypeFactory
- get(Class<?>, Type) - Method in class com.querydsl.codegen.TypeFactory
- get(Class<T>) - Method in class com.querydsl.codegen.AbstractModule
- get(Class<T>, String) - Method in class com.querydsl.codegen.AbstractModule
- getActualTypeArguments() - Method in class com.querydsl.codegen.ParameterizedTypeImpl
- getAdditionalConstructorParameter(EntityType) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- getAnnotation(Class<T>) - Method in class com.querydsl.codegen.EntityType
- getAnnotation(Class<T>) - Method in class com.querydsl.codegen.Property
- getAnnotations() - Method in class com.querydsl.codegen.EntityType
- getAnnotations() - Method in class com.querydsl.codegen.Property
- getCategory() - Method in class com.querydsl.codegen.EntityType
- getConfig(Config) - Static method in class com.querydsl.codegen.SimpleSerializerConfig
- getConfig(Class<?>) - Method in enum com.querydsl.codegen.PropertyHandling
- getConstructors() - Method in class com.querydsl.codegen.EntityType
- getCustomKey(Annotation) - Method in interface com.querydsl.codegen.AnnotationHelper
-
Get specific object that will be used as part of type cache key.
- getData() - Method in class com.querydsl.codegen.EntityType
- getData() - Method in class com.querydsl.codegen.Property
- getDeclaringType() - Method in class com.querydsl.codegen.Delegate
- getDeclaringType() - Method in class com.querydsl.codegen.Property
- getDelegates() - Method in class com.querydsl.codegen.EntityType
- getDelegateType() - Method in class com.querydsl.codegen.Delegate
- getEntityType() - Method in class com.querydsl.codegen.Supertype
- getEntityType(Class<?>) - Method in class com.querydsl.codegen.TypeFactory
- getEscapedName() - Method in class com.querydsl.codegen.Property
- getEscapedPropertyNames() - Method in class com.querydsl.codegen.EntityType
- getExprType(Type, EntityType, boolean) - Method in class com.querydsl.codegen.TypeMappings
- getExprType(Type, EntityType, boolean, boolean, boolean) - Method in class com.querydsl.codegen.TypeMappings
- getGeneratedFiles() - Method in class com.querydsl.codegen.GenericExporter
-
Return the set of generated files
- getInits() - Method in class com.querydsl.codegen.Property
- getInnerType() - Method in class com.querydsl.codegen.EntityType
- getModifiedSimpleName() - Method in class com.querydsl.codegen.EntityType
- getName() - Method in class com.querydsl.codegen.Delegate
- getName() - Method in class com.querydsl.codegen.Property
- getOriginalCategory() - Method in class com.querydsl.codegen.EntityType
- getOwnerType() - Method in class com.querydsl.codegen.ParameterizedTypeImpl
- getParameter(int) - Method in class com.querydsl.codegen.Property
- getParameters() - Method in class com.querydsl.codegen.Delegate
- getPathType(Type, EntityType, boolean) - Method in class com.querydsl.codegen.TypeMappings
- getPathType(Type, EntityType, boolean, boolean, boolean) - Method in class com.querydsl.codegen.TypeMappings
- getProperties() - Method in class com.querydsl.codegen.EntityType
- getPropertyNames() - Method in class com.querydsl.codegen.EntityType
- getQueryType(Type, EntityType, Type, boolean, boolean, boolean) - Method in class com.querydsl.codegen.TypeMappings
- getRawType() - Method in class com.querydsl.codegen.ParameterizedTypeImpl
- getReturnType() - Method in class com.querydsl.codegen.Delegate
- getSuperType() - Method in class com.querydsl.codegen.EntityType
- getSuperTypes() - Method in class com.querydsl.codegen.EntityType
- getTemplateType(Type, EntityType, boolean) - Method in class com.querydsl.codegen.TypeMappings
- getTemplateType(Type, EntityType, boolean, boolean, boolean) - Method in class com.querydsl.codegen.TypeMappings
- getType() - Method in class com.querydsl.codegen.Property
- getType() - Method in class com.querydsl.codegen.Supertype
- getTypeByAnnotation(Class<?>, Annotation) - Method in interface com.querydsl.codegen.AnnotationHelper
-
Get the
TypeCategoryaccording with object Class and Annotation. - getUncapSimpleName() - Method in class com.querydsl.codegen.EntityType
-
Deprecated.
- GroovyBeanSerializer - Class in com.querydsl.codegen
-
GroovyBeanSerializeris aSerializerimplementation which serializesEntityTypeinstances into Groovy classes - GroovyBeanSerializer() - Constructor for class com.querydsl.codegen.GroovyBeanSerializer
-
Create a new
GroovyBeanSerializerinstance - GroovyBeanSerializer(boolean) - Constructor for class com.querydsl.codegen.GroovyBeanSerializer
-
Create a new
GroovyBeanSerializerinstance - GroovyBeanSerializer(boolean, String) - Constructor for class com.querydsl.codegen.GroovyBeanSerializer
-
Create a new
GroovyBeanSerializerinstance - GroovyBeanSerializer(String) - Constructor for class com.querydsl.codegen.GroovyBeanSerializer
-
Create a new
GroovyBeanSerializerinstance
H
- hasArrays() - Method in class com.querydsl.codegen.EntityType
- hasCollections() - Method in class com.querydsl.codegen.EntityType
- hasEntityFields() - Method in class com.querydsl.codegen.EntityType
- hashCode() - Method in class com.querydsl.codegen.Delegate
- hashCode() - Method in class com.querydsl.codegen.EntityType
- hashCode() - Method in class com.querydsl.codegen.ParameterizedTypeImpl
- hashCode() - Method in class com.querydsl.codegen.Property
- hashCode() - Method in class com.querydsl.codegen.Supertype
- hasInits() - Method in class com.querydsl.codegen.EntityType
- hasLists() - Method in class com.querydsl.codegen.EntityType
- hasMaps() - Method in class com.querydsl.codegen.EntityType
- hasOwnEntityProperties(EntityType) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- hasSets() - Method in class com.querydsl.codegen.EntityType
I
- IMPORTS - Static variable in class com.querydsl.codegen.CodegenModule
-
key for the custom imports set
- include(Supertype) - Method in class com.querydsl.codegen.EntityType
- initEntityField(CodeWriter, SerializerConfig, EntityType, Property) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- initEntityFields(CodeWriter, SerializerConfig, EntityType) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- INSTANCE - Static variable in class com.querydsl.codegen.DefaultVariableNameFunction
- intro(EntityType, SerializerConfig, CodeWriter) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- intro(EntityType, CodeWriter) - Method in class com.querydsl.codegen.DefaultProjectionSerializer
- introClassHeader(CodeWriter, EntityType) - Method in class com.querydsl.codegen.DefaultEmbeddableSerializer
- introClassHeader(CodeWriter, EntityType) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- introDefaultInstance(CodeWriter, EntityType, String) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- introDelegatePackages(CodeWriter, EntityType) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- introFactoryMethods(CodeWriter, EntityType) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- introImports(CodeWriter, SerializerConfig, EntityType) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- introInits(CodeWriter, EntityType) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- introJavadoc(CodeWriter, EntityType) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- introPackage(CodeWriter, EntityType) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- introSuper(CodeWriter, EntityType) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- isFields() - Method in enum com.querydsl.codegen.PropertyHandling.Config
- isImportExprPackage(EntityType) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- isInherited() - Method in class com.querydsl.codegen.Property
- isMethods() - Method in enum com.querydsl.codegen.PropertyHandling.Config
- isRegistered(Type) - Method in class com.querydsl.codegen.TypeMappings
- isSupported(Class<? extends Annotation>) - Method in interface com.querydsl.codegen.AnnotationHelper
-
Verify if AnnotationHelper instance can handle the annotation.
J
- JAVADOC_SUFFIX - Static variable in class com.querydsl.codegen.CodegenModule
- JavaTypeMappings - Class in com.querydsl.codegen
- JavaTypeMappings() - Constructor for class com.querydsl.codegen.JavaTypeMappings
- JDO - Enum constant in enum com.querydsl.codegen.PropertyHandling
-
JDO compatibility
- JDO - Static variable in class com.querydsl.codegen.Keywords
- JPA - Enum constant in enum com.querydsl.codegen.PropertyHandling
-
JPA compatibility
- JPA - Static variable in class com.querydsl.codegen.Keywords
K
- keywords - Variable in class com.querydsl.codegen.DefaultEntitySerializer
- Keywords - Class in com.querydsl.codegen
-
Keywordsprovides keywords sets in capitalized form to be used inGenericExporterand the APT processors - KEYWORDS - Static variable in class com.querydsl.codegen.CodegenModule
-
key for the keywords set
L
- listAccessor(EntityType, Property, CodeWriter) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- loadExtensions() - Method in class com.querydsl.codegen.AbstractModule
M
- mapAccessor(EntityType, Property, CodeWriter) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- METHODS - Enum constant in enum com.querydsl.codegen.PropertyHandling.Config
- METHODS - Enum constant in enum com.querydsl.codegen.PropertyHandling
-
Inspect methods only
N
- NamingFunction - Interface in com.querydsl.codegen
- NONE - Enum constant in enum com.querydsl.codegen.PropertyHandling.Config
- NONE - Enum constant in enum com.querydsl.codegen.PropertyHandling
-
No member inspection
O
- of(boolean, boolean, PropertyHandling.Config) - Static method in enum com.querydsl.codegen.PropertyHandling.Config
- outro(EntityType, CodeWriter) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- outro(EntityType, CodeWriter) - Method in class com.querydsl.codegen.DefaultProjectionSerializer
P
- PACKAGE_SUFFIX - Static variable in class com.querydsl.codegen.CodegenModule
-
key for the package suffix
- ParameterizedTypeImpl - Class in com.querydsl.codegen
-
ParameterizedTypeImplprovides an implementation of theParameterizedTypeinterface - ParameterizedTypeImpl(Type, Type[]) - Constructor for class com.querydsl.codegen.ParameterizedTypeImpl
- PREFIX - Static variable in class com.querydsl.codegen.CodegenModule
-
key for the query type name prefix
- ProjectionSerializer - Interface in com.querydsl.codegen
-
ProjectionSerializeris aSerializerfor projection types - Property - Class in com.querydsl.codegen
-
Propertyrepresents a property in a query domain type. - Property(EntityType, String, Type) - Constructor for class com.querydsl.codegen.Property
- Property(EntityType, String, Type, List<String>) - Constructor for class com.querydsl.codegen.Property
- Property(EntityType, String, Type, List<String>, boolean) - Constructor for class com.querydsl.codegen.Property
- Property(EntityType, String, String, Type, List<String>, boolean) - Constructor for class com.querydsl.codegen.Property
- PropertyHandling - Enum in com.querydsl.codegen
-
Defines handling of fields and getters in property extractions
- PropertyHandling.Config - Enum in com.querydsl.codegen
-
Property handling options
Q
- QueryTypeFactory - Interface in com.querydsl.codegen
-
QueryTypeFactorydefines an interface for mapping domain types to Querydsl expression types - QueryTypeFactoryImpl - Class in com.querydsl.codegen
-
QueryTypeFactoryImplis the default implementation of theQueryTypeFactoryinterface - QueryTypeFactoryImpl(String, String, String) - Constructor for class com.querydsl.codegen.QueryTypeFactoryImpl
R
- register(TypeCategory, Class<? extends Expression>, Class<? extends Path>, Class<? extends TemplateExpression>) - Method in class com.querydsl.codegen.TypeMappings
- register(Type, Type) - Method in class com.querydsl.codegen.TypeMappings
- resolve(String) - Static method in class com.querydsl.codegen.GeneratedAnnotationResolver
-
Use the
generatedAnnotationClassor use the JDK one. - resolveDefault() - Static method in class com.querydsl.codegen.GeneratedAnnotationResolver
-
Resolve the java
@Generatedannotation (can be of typejavax.annotation.Generatedorjavax.annotation.processing.Generateddepending on the java version.
S
- safeClassForName(ClassLoader, String) - Static method in class com.querydsl.codegen.ClassPathUtils
-
Get the class for the given className via the given classLoader
- scanPackage(ClassLoader, Package) - Static method in class com.querydsl.codegen.ClassPathUtils
-
Return the classes from the given package and subpackages using the supplied classloader
- scanPackage(ClassLoader, String) - Static method in class com.querydsl.codegen.ClassPathUtils
-
Return the classes from the given package and subpackages using the supplied classloader
- serialize(EntityType, Property, Type, CodeWriter, String, String...) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- serialize(EntityType, SerializerConfig, CodeWriter) - Method in class com.querydsl.codegen.BeanSerializer
- serialize(EntityType, SerializerConfig, CodeWriter) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- serialize(EntityType, SerializerConfig, CodeWriter) - Method in class com.querydsl.codegen.DefaultProjectionSerializer
- serialize(EntityType, SerializerConfig, CodeWriter) - Method in class com.querydsl.codegen.GroovyBeanSerializer
- serialize(EntityType, SerializerConfig, CodeWriter) - Method in interface com.querydsl.codegen.Serializer
-
Serialize the given
EntityType - serializeProperties(EntityType, SerializerConfig, CodeWriter) - Method in class com.querydsl.codegen.DefaultEntitySerializer
- Serializer - Interface in com.querydsl.codegen
-
Serializerdefines a common interface forEntityTypeserializers - SerializerConfig - Interface in com.querydsl.codegen
-
SerializerConfigdefines serialization options to be used in theSerializer - setAddFullConstructor(boolean) - Method in class com.querydsl.codegen.BeanSerializer
- setAddToString(boolean) - Method in class com.querydsl.codegen.BeanSerializer
- setCreateScalaSources(boolean) - Method in class com.querydsl.codegen.GenericExporter
-
Set whether Scala sources are generated
- setEmbeddableAnnotation(Class<? extends Annotation>) - Method in class com.querydsl.codegen.GenericExporter
-
Set the embeddable annotation
- setEmbeddedAnnotation(Class<? extends Annotation>) - Method in class com.querydsl.codegen.GenericExporter
-
Set the embedded annotation
- setEntityAnnotation(Class<? extends Annotation>) - Method in class com.querydsl.codegen.GenericExporter
-
Set the entity annotation
- setEntityType(EntityType) - Method in class com.querydsl.codegen.Supertype
- setGeneratedAnnotationClass(String) - Method in class com.querydsl.codegen.GenericExporter
-
Set the Generated annotation class.
- setHandleFields(boolean) - Method in class com.querydsl.codegen.GenericExporter
-
Deprecated.
- setHandleMethods(boolean) - Method in class com.querydsl.codegen.GenericExporter
-
Deprecated.
- setKeywords(Collection<String>) - Method in class com.querydsl.codegen.GenericExporter
-
Set the keywords to be used
- setNamePrefix(String) - Method in class com.querydsl.codegen.GenericExporter
-
Set the name prefix
- setNameSuffix(String) - Method in class com.querydsl.codegen.GenericExporter
-
Set the name suffix
- setPackageSuffix(String) - Method in class com.querydsl.codegen.GenericExporter
-
Set the package suffix
- setPrintSupertype(boolean) - Method in class com.querydsl.codegen.BeanSerializer
- setPrintSupertype(boolean) - Method in class com.querydsl.codegen.GroovyBeanSerializer
- setPropertyHandling(PropertyHandling) - Method in class com.querydsl.codegen.GenericExporter
-
Set the property handling mode
- setSerializerClass(Class<? extends Serializer>) - Method in class com.querydsl.codegen.GenericExporter
-
Set the serializer class to be used
- setSerializerConfig(SerializerConfig) - Method in class com.querydsl.codegen.GenericExporter
-
Set the serializer configuration to use
- setSkipAnnotation(Class<? extends Annotation>) - Method in class com.querydsl.codegen.GenericExporter
-
Set the skip annotation
- setStrictMode(boolean) - Method in class com.querydsl.codegen.GenericExporter
-
Set whether annotationless superclasses are handled or not (default: true)
- setSupertypeAnnotation(Class<? extends Annotation>) - Method in class com.querydsl.codegen.GenericExporter
-
Set the supertype annotation
- setTargetFolder(File) - Method in class com.querydsl.codegen.GenericExporter
-
Set the target folder for generated sources
- setTypeMappingsClass(Class<? extends TypeMappings>) - Method in class com.querydsl.codegen.GenericExporter
-
Set the typemappings class to be used
- setUnknownAsEntity(boolean) - Method in class com.querydsl.codegen.TypeFactory
- setUseFieldTypes(boolean) - Method in class com.querydsl.codegen.GenericExporter
-
Set whether field types should be used instead of getter return types (default false)
- SimpleSerializerConfig - Class in com.querydsl.codegen
-
SimpleSerializerConfigis the default implementation of theSerializerConfiginterface - SimpleSerializerConfig(boolean, boolean, boolean, boolean, String) - Constructor for class com.querydsl.codegen.SimpleSerializerConfig
- SUFFIX - Static variable in class com.querydsl.codegen.CodegenModule
-
key for the query type name suffix
- Supertype - Class in com.querydsl.codegen
-
Supertypedefines a tuple of aTypeand an optionalEntityTypeinstance used for supertype references inEntityTypeinstances - Supertype(Type) - Constructor for class com.querydsl.codegen.Supertype
- Supertype(Type, EntityType) - Constructor for class com.querydsl.codegen.Supertype
- SupertypeSerializer - Interface in com.querydsl.codegen
-
SupertypeSerializeris aSerializerfor supertypes
T
- toString() - Method in class com.querydsl.codegen.Delegate
- toString() - Method in class com.querydsl.codegen.Property
- toString() - Method in class com.querydsl.codegen.Supertype
- TypeFactory - Class in com.querydsl.codegen
-
TypeFactoryis a factory class forTypeinstances - TypeFactory() - Constructor for class com.querydsl.codegen.TypeFactory
- TypeFactory(List<Class<? extends Annotation>>) - Constructor for class com.querydsl.codegen.TypeFactory
- TypeFactory(List<Class<? extends Annotation>>, Function<EntityType, String>) - Constructor for class com.querydsl.codegen.TypeFactory
- typeMappings - Variable in class com.querydsl.codegen.DefaultEntitySerializer
- TypeMappings - Class in com.querydsl.codegen
- TypeMappings() - Constructor for class com.querydsl.codegen.TypeMappings
U
- useEntityAccessors() - Method in interface com.querydsl.codegen.SerializerConfig
-
accessors are used for entity fields
- useEntityAccessors() - Method in class com.querydsl.codegen.SimpleSerializerConfig
- useListAccessors() - Method in interface com.querydsl.codegen.SerializerConfig
-
indexed list accessors are used
- useListAccessors() - Method in class com.querydsl.codegen.SimpleSerializerConfig
- useMapAccessors() - Method in interface com.querydsl.codegen.SerializerConfig
-
keyed map accessors are used
- useMapAccessors() - Method in class com.querydsl.codegen.SimpleSerializerConfig
V
- valueOf(String) - Static method in enum com.querydsl.codegen.PropertyHandling.Config
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.codegen.PropertyHandling
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.querydsl.codegen.PropertyHandling.Config
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.querydsl.codegen.PropertyHandling
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VARIABLE_NAME_FUNCTION_CLASS - Static variable in class com.querydsl.codegen.CodegenModule
-
key for the variable name function class
All Classes and Interfaces|All Packages|Constant Field Values
GenericExporter.setPropertyHandling(PropertyHandling)instead