Class ZeroOrPositiveIntValidator

java.lang.Object
com.amilesend.discogs.csv.validation.ZeroOrPositiveIntValidator
All Implemented Interfaces:
ValueValidator

public class ZeroOrPositiveIntValidator extends Object implements ValueValidator
Validates that a value is a number that is zero or positive.
  • Constructor Details

    • ZeroOrPositiveIntValidator

      public ZeroOrPositiveIntValidator(boolean isNullable)
  • Method Details