Interface Configuration

All Known Implementing Classes:
ConfigurationImpl

public interface Configuration
  • Method Details

    • getParserMode

      ParserMode getParserMode()
    • getGeneratorMode

      GeneratorMode getGeneratorMode()
    • getMethodStyle

      MethodStyle getMethodStyle()
    • getBasePackage

      String getBasePackage()
    • getEventContext

      String getEventContext()
    • getExcludes

      List<String> getExcludes()
    • getIncludes

      List<String> getIncludes()
    • getClassNameSuffix

      String getClassNameSuffix()
    • getDocs

      boolean getDocs()
    • fkAccessors

      boolean fkAccessors()
    • getPluginInformation

      String getPluginInformation()
    • setPluginInformation

      void setPluginInformation(String pluginInformation)
    • setGenerationAnnotationDetailLevel

      void setGenerationAnnotationDetailLevel(GeneratedAnnotationDetailLevel detailLevel)
    • getGenerationAnnotationDetailLevel

      GeneratedAnnotationDetailLevel getGenerationAnnotationDetailLevel()
    • getCqnServices

      default boolean getCqnServices()