Package overit.geocallapp.utilities.rs.validator
package overit.geocallapp.utilities.rs.validator
-
ClassDescriptionNo-operation implementation of
Validatorthat performs no validation.
This validator accepts all objects as valid and never throws validation exceptions.Validatorimplementation for validating time string representations.
This validator checks if string values conform to ISO local time format and can be parsed asLocalTimeobjects.
Supports validation of both single strings and arrays of strings, providing detailed error information for invalid formats.Validator<T>Generic interface for validating objects of type T.
Implementations define specific validation logic for different object types and validation scenarios.