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 AbstractGenerator implements org.tentackle.validate.ScopeConfigurator, org.tentackle.validate.Validateable
Base class for generators.
Holds common methods for PdoGenerator and OperationGenerator.
  • 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