Class AvailableValidator

    • Constructor Detail

      • AvailableValidator

        public AvailableValidator()
    • Method Detail

      • validate

        public void validate​(Available target)
                      throws ValidationException
        Description copied from interface: Validator
        Validates the target content by applying validation rules. When content fails validation the validator may throw an exception depending on the implementation.
        Specified by:
        validate in interface Validator<Available>
        Throws:
        ValidationException - indicates validation failure (implementation-specific)