Class 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<? extends org.tentackle.validate.ValidationScope>[] getDefaultScopes()  
      • 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 Detail

      • AbstractValidateableGenerator

        public AbstractValidateableGenerator()
    • Method Detail

      • getDefaultScopes

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