Class 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 Detail

      • AbstractValidateableGenerator

        public AbstractValidateableGenerator()
    • Method Detail

      • getDefaultScopes

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