Class PropertyValidatorInformation.StringValidator

java.lang.Object
net.datenwerke.dtoservices.dtogenerator.analizer.PropertyValidatorInformation.StringValidator
Enclosing class:
PropertyValidatorInformation

public class PropertyValidatorInformation.StringValidator extends Object
Wraps information on StringValidator
  • Constructor Details

    • StringValidator

      public StringValidator()
  • Method Details

    • isBypass

      public boolean isBypass()
    • setBypass

      public void setBypass(boolean bypass)
    • getMaxLength

      public int getMaxLength()
    • setMaxLength

      public void setMaxLength(int maxLength)
    • getMinLength

      public int getMinLength()
    • setMinLength

      public void setMinLength(int minLength)
    • getRegex

      public String getRegex()
    • setRegex

      public void setRegex(String regex)