public class CodegenModule extends AbstractModule
CodegenModule
provides a module for general serializationModifier and Type | Field and Description |
---|---|
static java.lang.String |
GENERATED_ANNOTATION_CLASS
the fully qualified class name of the Single-Element Annotation (with
String element)
to indicate that these have been generated. |
static java.lang.String |
IMPORTS
key for the custom imports set
|
protected static java.lang.String |
JAVADOC_SUFFIX |
static java.lang.String |
KEYWORDS
key for the keywords set
|
static java.lang.String |
PACKAGE_SUFFIX
key for the package suffix
|
static java.lang.String |
PREFIX
key for the query type name prefix
|
static java.lang.String |
SUFFIX
key for the query type name suffix
|
static java.lang.String |
VARIABLE_NAME_FUNCTION_CLASS
key for the variable name function class
|
Constructor and Description |
---|
CodegenModule() |
Modifier and Type | Method and Description |
---|---|
protected void |
configure() |
bind, bind, bind, bind, bind, bindInstance, get, get, loadExtensions
public static final java.lang.String PREFIX
public static final java.lang.String SUFFIX
public static final java.lang.String KEYWORDS
public static final java.lang.String PACKAGE_SUFFIX
public static final java.lang.String IMPORTS
public static final java.lang.String VARIABLE_NAME_FUNCTION_CLASS
public static final java.lang.String GENERATED_ANNOTATION_CLASS
String
element)
to indicate that these have been generated. Defaults to java's Generated
annotation (depending on java version)protected static final java.lang.String JAVADOC_SUFFIX
protected void configure()
configure
in class AbstractModule
Copyright © 2007–2021 Querydsl. All rights reserved.