Interface Generator


public interface Generator
  • Method Details

    • getOutputPath

      String getOutputPath()
    • getOutputPackage

      String getOutputPackage()
    • getSchemaFiles

      Set<String> getSchemaFiles()
    • getUserSchemaFiles

      Set<String> getUserSchemaFiles()
    • getJooqGeneratedPackage

      String getJooqGeneratedPackage()
    • getRecordValidation

      RecordValidation getRecordValidation()
    • getMaxAllowedPageSize

      int getMaxAllowedPageSize()
    • getExternalReferences

      List<? extends ExternalReference> getExternalReferences()
    • getExternalReferenceImports

      Set<String> getExternalReferenceImports()
    • getGlobalTransforms

      List<GlobalTransform> getGlobalTransforms()
    • getApiPackageName

      String getApiPackageName()
    • getModelPackageName

      String getModelPackageName()
    • makeNodeStrategy

      boolean makeNodeStrategy()
    • getCodeGenerationThresholds

      CodeGenerationThresholds getCodeGenerationThresholds()