| Interface | Description | 
|---|---|
| AnnotationHelper | AnnotationHelper defines a interface to provide custom annotation processing
 for  TypeFactory. | 
| QueryTypeFactory | QueryTypeFactory defines an interface for mapping domain types to Querydsl expression types | 
| Serializer | Serializer defines a common interface for  EntityTypeserializers | 
| SerializerConfig | SerializerConfig defines serialization options to be used in the  Serializer | 
| Class | Description | 
|---|---|
| AbstractModule | AbstractModule provides a base class for annotation based dependency injection | 
| BeanSerializer | BeanSerializer is a  Serializerimplementation which serializesEntityTypeinstances into JavaBean classes | 
| CodegenModule | CodegenModule provides a module general serialization | 
| Delegate | Delegate defines a delegate method which dispatches to an external static method | 
| EmbeddableSerializer | EmbeddableSerializer is a  Serializerimplementation for embeddable types | 
| EntitySerializer | EntitySerializer is a  Serializerimplementation for entity types | 
| EntityType | EntityType represents a model of a query domain type with properties | 
| GenericExporter | GenericExporter provides query type serialization logic for cases where APT annotation processors
 can't be used. | 
| GroovyBeanSerializer | GroovyBeanSerializer is a  Serializerimplementation which serializesEntityTypeinstances into Groovy classes | 
| JavaTypeMappings | JavaTypeMappings defines mappings from  TypeCategoryinstances toExpressiontypes | 
| Keywords | Keywords sets in capitalized form to be used in GenericExporter and the APT processors | 
| ParameterizedTypeImpl | |
| ProjectionSerializer | ProjectionSerializer is a  Serializerimplementation for projection types | 
| Property | Property represents a property in a query domain type. | 
| QueryTypeFactoryImpl | QueryTypeFactoryImpl is the default implementation of the  QueryTypeFactoryinterface | 
| SimpleSerializerConfig | SimpleSerializerConfig is the default implementation of the  SerializerConfiginterface | 
| Supertype | Supertype defines a tuple of a  Typeand an optionalEntityTypeinstance used for 
 supertype references in EntityType instances | 
| SupertypeSerializer | SupertypeSerializer is a  Serializerimplementation for supertypes | 
| TypeFactory | TypeFactory is a factory class for  Typeinstances | 
| TypeMappings | |
| TypeResolver | TypeResolver provides type resolving functionality for resolving generic type variables to 
 concrete types | 
| Exception | Description | 
|---|---|
| CodeGenerationException | 
Copyright © 2007–2015 Querydsl. All rights reserved.