Class AbstractValidateableGenerator

java.lang.Object
org.tentackle.buildsupport.codegen.AbstractGenerator
org.tentackle.maven.plugin.wizard.AbstractValidateableGenerator
All Implemented Interfaces:
org.tentackle.validate.ScopeConfigurator, org.tentackle.validate.Validateable
Direct Known Subclasses:
OperationGenerator, PdoGenerator

public abstract class AbstractValidateableGenerator extends org.tentackle.buildsupport.codegen.AbstractGenerator implements org.tentackle.validate.ScopeConfigurator, org.tentackle.validate.Validateable
Base class for generators.
Holds common methods for PdoGenerator and OperationGenerator.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends org.tentackle.validate.ValidationScope>[]
     

    Methods inherited from class org.tentackle.buildsupport.codegen.AbstractGenerator

    createFreemarkerConfiguration, getTemplateDirectory, setTemplateDirectory

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.tentackle.validate.Validateable

    validate
  • Constructor Details

    • AbstractValidateableGenerator

      public AbstractValidateableGenerator()
  • Method Details

    • getDefaultScopes

      public Class<? extends org.tentackle.validate.ValidationScope>[] getDefaultScopes()
      Specified by:
      getDefaultScopes in interface org.tentackle.validate.ScopeConfigurator