Class AbstractValidateableGenerator

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

public class AbstractValidateableGenerator extends org.tentackle.maven.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.maven.AbstractGenerator

    createFreemarkerConfiguration, getLogger, getTemplateDirectory, setLogger, 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