Package com.example.common.validate
package com.example.common.validate
-
ClassDescriptionThe BaseValidator class is an abstract class that provides base functionality for validators.The IpValidator class extends the BaseValidator class and implements the ValidatorInterface for validating IP addresses.The ListValidation class implements the ValidatorInterface to validate a list of validators.The NotUsedPortsValidator class extends the BaseValidator class and implements the ValidatorInterface.The RangeNumberValidation class extends the BaseValidator class and implements the ValidatorInterface for validating a number within a specific range.The ValidateIntegerNumber class extends the BaseValidator class and implements the ValidatorInterface for validating integer numbers.The ValidatorFactory class provides static methods for creating instances of various Validators.Interface for validation (in common)