Class CodegenModule

java.lang.Object
com.querydsl.codegen.AbstractModule
com.querydsl.codegen.CodegenModule

public class CodegenModule extends AbstractModule
CodegenModule provides a module for general serialization
Author:
tiwe
  • Field Details

    • PREFIX

      public static final String PREFIX
      key for the query type name prefix
      See Also:
    • SUFFIX

      public static final String SUFFIX
      key for the query type name suffix
      See Also:
    • KEYWORDS

      public static final String KEYWORDS
      key for the keywords set
      See Also:
    • PACKAGE_SUFFIX

      public static final String PACKAGE_SUFFIX
      key for the package suffix
      See Also:
    • IMPORTS

      public static final String IMPORTS
      key for the custom imports set
      See Also:
    • VARIABLE_NAME_FUNCTION_CLASS

      public static final String VARIABLE_NAME_FUNCTION_CLASS
      key for the variable name function class
      See Also:
    • GENERATED_ANNOTATION_CLASS

      public static final String GENERATED_ANNOTATION_CLASS
      the fully qualified class name of the Single-Element Annotation (with String element) to indicate that these have been generated. Defaults to java's Generated annotation (depending on java version)
      See Also:
    • JAVADOC_SUFFIX

      protected static final String JAVADOC_SUFFIX
      See Also:
  • Constructor Details

    • CodegenModule

      public CodegenModule()
  • Method Details