Package com.querydsl.codegen
Class CodegenModule
java.lang.Object
com.querydsl.codegen.AbstractModule
com.querydsl.codegen.CodegenModule
CodegenModule provides a module for general serialization- Author:
- tiwe
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringthe fully qualified class name of the Single-Element Annotation (withStringelement) to indicate that these have been generated.static final Stringkey for the custom imports setprotected static final Stringstatic final Stringkey for the keywords setstatic final Stringkey for the package suffixstatic final Stringkey for the query type name prefixstatic final Stringkey for the query type name suffixstatic final Stringkey for the variable name function class -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.querydsl.codegen.AbstractModule
bind, bind, bind, bind, bind, bindInstance, get, get, loadExtensions
-
Field Details
-
PREFIX
key for the query type name prefix- See Also:
-
SUFFIX
key for the query type name suffix- See Also:
-
KEYWORDS
key for the keywords set- See Also:
-
PACKAGE_SUFFIX
key for the package suffix- See Also:
-
IMPORTS
key for the custom imports set- See Also:
-
VARIABLE_NAME_FUNCTION_CLASS
key for the variable name function class- See Also:
-
GENERATED_ANNOTATION_CLASS
the fully qualified class name of the Single-Element Annotation (withStringelement) to indicate that these have been generated. Defaults to java'sGeneratedannotation (depending on java version)- See Also:
-
JAVADOC_SUFFIX
- See Also:
-
-
Constructor Details
-
CodegenModule
public CodegenModule()
-
-
Method Details
-
configure
protected void configure()- Specified by:
configurein classAbstractModule
-