Class PropertyValidatorInformation.StringValidator
java.lang.Object
net.datenwerke.dtoservices.dtogenerator.analizer.PropertyValidatorInformation.StringValidator
- Enclosing class:
PropertyValidatorInformation
Wraps information on
StringValidator-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetRegex()booleanisBypass()voidsetBypass(boolean bypass) voidsetMaxLength(int maxLength) voidsetMinLength(int minLength) void
-
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
-
setRegex
-